diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-06-19 13:21:09 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-19 20:21:21 +0300 |
commit | 9d811fd80fbd94a0e44d87cf8ccdab96c2a4af04 (patch) | |
tree | 81457d4b90739017fb5f4f210fa59c2791cf7717 /libavcodec/aacenc.c | |
parent | 4cc2920dd2c0ce4e64e709da4f78508e1ec9871e (diff) | |
download | ffmpeg-9d811fd80fbd94a0e44d87cf8ccdab96c2a4af04.tar.gz |
rtmp: Reduce the number of idle posts sent by sleeping 50ms
Rtmpt is effectively half duplex - the server can't return any
data unless we send a request (to which the server responds). If
we don't have any data to send currently, and the server didn't
return any data either, wait a little before doing the next request.
This avoids busy looping with idle posts with empty replies, while
waiting for more data from the server.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aacenc.c')
0 files changed, 0 insertions, 0 deletions