diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-07 03:39:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-08 17:45:13 +0200 |
commit | 0678c388bac79925a375594977cad3e41cd4c5bd (patch) | |
tree | d96c194413c16c57e14a066b5187cfcb5f371dca /doc/protocols.texi | |
parent | c6ae7f64a09e3bb7f73dbb8971c59fbd9f56fce3 (diff) | |
download | ffmpeg-0678c388bac79925a375594977cad3e41cd4c5bd.tar.gz |
rtsp: add option to set the socket timeout of the lower protocol.
Fixes Ticket2294
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 9940b67d57..0c56b8b510 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -538,6 +538,11 @@ To receive a stream in realtime: ffmpeg -rtsp_flags listen -i rtsp://ownaddress/live.sdp @var{output} @end example +@table @option +@item stimeout +Socket IO timeout in micro seconds. +@end table + @section sap Session Announcement Protocol (RFC 2974). This is not technically a |