summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-27 12:44:40 +0100
committerwm4 <wm4@nowhere>2015-02-27 12:44:40 +0100
commitb7bb0de1d96e4e55203cf9a646af5512102daa28 (patch)
tree4b62765a72f419ee6e6d0f9032e65d0f7b281100 /DOCS
parentd896f043e400451493db229da959ce1e8c3403bb (diff)
downloadmpv-b7bb0de1d96e4e55203cf9a646af5512102daa28.tar.bz2
mpv-b7bb0de1d96e4e55203cf9a646af5512102daa28.tar.xz
demux: bump default demuxer queue sizes
Now that we have fast stream switching, we can bump these sizes, as the queues cause no delay in switching anymore. Of course, the fast stream switching works for mkv and mp4 only. Other formats will incur a quite terrible delay especially in network mode, which this commit changes to 10 seconds. Let's see if someone complains...
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a9ab7e5c81..1018cf5f95 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2241,7 +2241,7 @@ Demuxer
``--demuxer-readahead-secs=<seconds>``
If ``--demuxer-thread`` is enabled, this controls how much the demuxer
- should buffer ahead in seconds (default: 0.2). As long as no packet has
+ should buffer ahead in seconds (default: 1). As long as no packet has
a timestamp difference higher than the readahead amount relative to the
last packet returned to the decoder, the demuxer keeps reading.
@@ -3138,7 +3138,7 @@ 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: 2.)
+ is enabled and the value is larger. (Default: 10.)
``--cache-pause``, ``--no-cache-pause``
Whether the player should automatically pause when the cache runs low,