1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT
Add a new option 'rtmp_flush_interval' that allows specifying the
number of packets to write before sending it off as a HTTP request.

This is mostly relevant for RTMPT - for plain RTMP, it only controls
how often we check the socket for incoming packets, which shouldn't
affect the performance in any noticeable way.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-18 22:00:31 +03:00
..
2011-12-10 22:02:44 +01:00
2011-12-11 00:32:25 +01:00
2011-12-09 18:26:31 +01:00
2011-10-12 14:52:26 -04:00
2011-12-11 00:32:25 +01:00
2012-03-07 10:03:10 -08:00
2011-12-11 00:32:25 +01:00
2012-03-20 11:10:25 +00:00