summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-06 17:01:35 +0100
committerwm4 <wm4@nowhere>2015-02-06 17:01:35 +0100
commitf3ae845fd294c0f8c08473e4a1245d643b4477ff (patch)
tree782c775e98a7d7df0bf6acfb3158c733c1a70382 /DOCS
parentffe894ec0a73ab6a16ce1ca62800bf1612542107 (diff)
downloadmpv-f3ae845fd294c0f8c08473e4a1245d643b4477ff.tar.bz2
mpv-f3ae845fd294c0f8c08473e4a1245d643b4477ff.tar.xz
options: add --network-timeout
Not quite sure if this actually works as intended. Fixes #1566.
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``