summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authormg <michel.gendre@softcom.pro>2020-02-27 16:22:20 +0100
committerwm4 <1387750+wm4@users.noreply.github.com>2020-03-03 18:31:20 +0100
commit24acddbdc4e18dd053ae873abc5764bea484d38d (patch)
tree43b034d5d4a7cf590b310863824ea32cfd3c8028 /DOCS/man
parente7bab0025f3617a2e19a1b9eacf689423787ed89 (diff)
downloadmpv-24acddbdc4e18dd053ae873abc5764bea484d38d.tar.bz2
mpv-24acddbdc4e18dd053ae873abc5764bea484d38d.tar.xz
demuxer-lavf: udp_multicast rtsp-transport option
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 019f9b1426..af2bbf3f4f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4629,7 +4629,7 @@ Network
option is ignored (or should be ignored) on RTSP URLs. You can still
set the timeout option directly with ``--demuxer-lavf-o``.
-``--rtsp-transport=<lavf|udp|tcp|http>``
+``--rtsp-transport=<lavf|udp|udp_multicast|tcp|http>``
Select RTSP transport method (default: tcp). This selects the underlying
network transport when playing ``rtsp://...`` URLs. The value ``lavf``
leaves the decision to libavformat.