[FFmpeg-devel] [PATCH] doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options

Stefano Sabatini stefasab at gmail.com
Sun Jul 15 20:59:12 CEST 2012


Address trac ticket #1511.
---
 doc/protocols.texi |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 75a5976..9fd5033 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -545,7 +545,7 @@ Follow the list of supported options.
 @table @option
 
 @item buffer_size=@var{size}
-set the UDP buffer size in bytes
+Set the UDP sending buffer size in bytes.
 
 @item localport=@var{port}
 override the local UDP port to bind with
@@ -582,6 +582,13 @@ specified sender IP addresses.
 @item block=@var{address}[, at var{address}]
 Ignore packets sent to the multicast group from the specified
 sender IP addresses.
+
+ at item fifo_size=@var{units}
+Set the UDP receiving circular buffer size, expressed as a number of
+packets with size 188 bytes. If not specified defaults to 7*4096.
+
+ at item overrun_nonfatal=@var{1|0}
+Survive in case of circular buffer overrun. Default value is 0.
 @end table
 
 Some usage examples of the udp protocol with @command{ffmpeg} follow.
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list