Changeset 7dc747f5 in ffmpeg

Timestamp:
Jun 14, 2012, 7:22:58 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
d246c18e
Parents:
d2d193c
git-author:
Samuel Pitoiset <samuel.pitoiset@gmail.com> (06/14/12 13:28:40)
git-committer:
Martin Storsjö <martin@martin.st> (06/14/12 19:22:58)
Message:

rtmp: Read and handle incoming packets while writing data

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.