diff options
author | Marton Balint <cus@passwd.hu> | 2020-02-15 11:29:28 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-02-24 00:14:21 +0100 |
commit | 45085d8d3cd977a0b2c2677dab9643be9adbb56e (patch) | |
tree | 550b7d1f2e93d3f569c36f17f67d54c422ba1489 | |
parent | 290a35aefed250a797449c34d2f9e5af0c4e006a (diff) | |
download | ffmpeg-45085d8d3cd977a0b2c2677dab9643be9adbb56e.tar.gz |
doc/protocols: clarify SRT timeout options docs
Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r-- | doc/protocols.texi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 57814c7831..54a287f488 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1348,11 +1348,9 @@ Set UDP receive buffer size, expressed in bytes. Set UDP send buffer size, expressed in bytes. @item timeout -Set raise error timeout for read/write optations. - -This option is only relevant in read mode: -if no data arrived in more than this time -interval, raise error. +Set raise error timeouts for read, write and connect operations. Note that the +SRT library has internal timeouts which can be controlled separately, the +value set here is only a cap on those. @item tlpktdrop=@var{1|0} Too-late Packet Drop. When enabled on receiver, it skips |