diff options
author | Andrey Utkin <andrey.utkin@corp.bluecherry.net> | 2014-03-04 15:43:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-04 22:54:13 +0100 |
commit | bc764d786fe6d6eda2e1621acfaa08b8aebb0cac (patch) | |
tree | 29ab3a8e32255d461a53a57538213a3147d0e892 /doc/protocols.texi | |
parent | 206167a295a5c28cec3c38f7308835b0b7e0618f (diff) | |
download | ffmpeg-bc764d786fe6d6eda2e1621acfaa08b8aebb0cac.tar.gz |
Add "prefer_tcp" flag to "rtsp_flags"
If set, and if TCP is available as RTSP RTP transport, then TCP will be
tried first as RTP transport.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 2c842656f3..36aecff19f 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -733,6 +733,8 @@ The following values are accepted: Accept packets only from negotiated peer address and port. @item listen Act as a server, listening for an incoming connection. +@item prefer_tcp +Try TCP for RTP transport first, if TCP is available as RTSP RTP transport. @end table Default value is @samp{none}. |