summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-17 21:39:09 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2017-12-23 00:32:59 +0100
commit382a8ac0b02cb1af5610544c9683078b4ba54c75 (patch)
tree0c05ee7858bd19df7b49e860b9d8c54b8449c963 /DOCS/man/options.rst
parentcc8759a855dcd5da168874e055089065a7ac44d0 (diff)
downloadmpv-382a8ac0b02cb1af5610544c9683078b4ba54c75.tar.bz2
mpv-382a8ac0b02cb1af5610544c9683078b4ba54c75.tar.xz
demux: bump the demuxer cache readahead duration
Set it to 10 hours, which is practically unlimited. (Avoiding use of "inf", since that might interact strangely with the option parser and such.)
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b3acfaabbe..3759540207 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3835,7 +3835,9 @@ Cache
``--cache-secs=<seconds>``
How many seconds of audio/video to prefetch if the cache is active. This
overrides the ``--demuxer-readahead-secs`` option if and only if the cache
- is enabled and the value is larger. (Default: 120.)
+ is enabled and the value is larger. The default value is set to something
+ very high, so the actually achieved readahead will usually be limited by
+ the value of the ``--demuxer-max-bytes`` option.
``--cache-pause``, ``--no-cache-pause``
Whether the player should automatically pause when the cache runs low,