mirror of https://github.com/FFmpeg/FFmpeg.git
This makes sure all incoming packets are read and handled (and reacted to) while sending an FLV stream over RTMP to a server. If there were enough incoming data to fill the TCP buffers, this could potentially make things block at unexpected places. For the upcoming RTMPT support, we need to consume all incoming data before we can send the next request. Signed-off-by: Martin Storsjö <martin@martin.st>pull/59/head
parent
d2d193c9b6
commit
7dc747f50b
3 changed files with 56 additions and 3 deletions
Loading…
Reference in new issue