Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.utkin@corp.bluecherry.net>2014-03-04 17:43:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-05 01:54:13 +0400
commitbc764d786fe6d6eda2e1621acfaa08b8aebb0cac (patch)
tree29ab3a8e32255d461a53a57538213a3147d0e892 /doc
parent206167a295a5c28cec3c38f7308835b0b7e0618f (diff)
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')
-rw-r--r--doc/protocols.texi2
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}.