summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-15 20:56:08 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-19 22:31:41 +0200
commit469b9ce83fb702b8c988d4dc82cd28c2c6b262cd (patch)
tree30cef73303da2b1296bdfb1852ac30f39d107d08 /doc/protocols.texi
parent85044358f63f0158fb83712f659f6db5b454a7aa (diff)
doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options
Address trac ticket #1511.
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index dc5d5eb052..a2d5a7d6db 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -597,6 +597,14 @@ specified sender IP addresses.
@item block=@var{address}[,@var{address}]
Ignore packets sent to the multicast group from the specified
sender IP addresses.
+
+@item fifo_size=@var{units}
+Set the UDP receiving circular buffer size, expressed as a number of
+packets with size of 188 bytes. If not specified defaults to 7*4096.
+
+@item overrun_nonfatal=@var{1|0}
+Survive in case of UDP receiving circular buffer overrun. Default
+value is 0.
@end table
Some usage examples of the udp protocol with @command{ffmpeg} follow.