summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 91c10f187b..83bb05cdad 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3135,6 +3135,11 @@ Network
``--referrer=<string>``
Specify a referrer path or URL for HTTP requests.
+``--network-timeout=<seconds>``
+ Specify the network timeout in seconds. This affects at least HTTP. The
+ special value 0 (default) uses the FFmpeg/Libav defaults. If a protocol
+ is used which does not support timeouts, this option is silently ignored.
+
``--rtsp-transport=<lavf|udp|tcp|http>``
Select RTSP transport method (default: tcp). This selects the underlying
network transport when playing ``rtsp://...`` URLs. The value ``lavf``