diff options
author | Olivier Langlois <olivier@trillion01.com> | 2014-05-15 02:22:11 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-15 20:52:42 +0200 |
commit | af31d58a635b50da4132e0a00b00abb631a28a62 (patch) | |
tree | f0016f8a9cd10fbb2cfc20cbf1e84673f5167052 /doc/protocols.texi | |
parent | 97f856a4c27129f99f2c7a41f7eb33a0d86917f8 (diff) | |
download | ffmpeg-af31d58a635b50da4132e0a00b00abb631a28a62.tar.gz |
doc: Add udp broadcast option description
Describe the option added in commit f1c167496e41cabc2bd1b890b149e4b34648cad6
Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 6c02a6e4bc..133512a70d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1153,6 +1153,12 @@ Set raise error timeout, expressed in microseconds. This option is only relevant in read mode: if no data arrived in more than this time interval, raise error. + +@item broadcast=@var{1|0} +Explicitly allow or disallow UDP broadcasting. + +Note that broadcasting may not work properly on networks having +a broadcast storm protection. @end table @subsection Examples |