summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-05-16 16:29:45 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commit556e204a112ee286972e50d636dec8b46ca125d7 (patch)
treefb388c85c5ea1de9283ee1957bdd9e154a1d9d66 /DOCS
parentd7c7f80cc1cf5b6a8207a3954ccdc984316c0602 (diff)
downloadmpv-556e204a112ee286972e50d636dec8b46ca125d7.tar.bz2
mpv-556e204a112ee286972e50d636dec8b46ca125d7.tar.xz
player: add --demuxer-cache-wait option
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 526b2143fc..8da721c834 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2995,6 +2995,14 @@ Demuxer
requests), seeking will be disabled. This option can forcibly enable it.
For seeks within the cache, there's a good chance of success.
+``--demuxer-cache-wait=<yes|no>``
+ Before starting playback, read data until either the end of the file was
+ reached, or the demuxer cache has reached maximum capacity. Only once this
+ is done, playback starts. This intentionally happens before the initial
+ seek triggered with ``--start``. This does not change any runtime behavior
+ after the initial caching. This option is useless if the file cannot be
+ cached completely.
+
Input
-----