From 91be5e5c3163efe185fa4883887a60a0db16728b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Aug 2014 00:13:16 +0200 Subject: etc/example.conf: update cache options Some of them changed semantics or got renamed. Note that the replacements in the example.conf are not necessarily the equivalents of the replaced options. --- etc/example.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/etc/example.conf b/etc/example.conf index d23491566f..cf9089f299 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -80,11 +80,17 @@ # Use 8MB input cache for everything, even local files. #cache=8192 # -# Prefill 20% of the cache before starting playback. -#cache-min=20.0 +# If a seek is issued, and the target is 1024KB past the cached range, then +# keep reading until the seek target is hit, instead of doing a real seek. +#cache-seek-min=1024 # -# Prefill 50% of the cache before restarting playback after the cache emptied. -#cache-seek-min=50 +# Disable the behavior that the player will pause if the cache goes below a +# certain fill size. +#cache-pause-below=no +# +# Enable demuxer-based cache. This reads ahead a number of packets, and the +# player won't freeze completely if network is slow during playback. +#demuxer-thread=yes # Display English subtitles if available. #slang=en -- cgit v1.2.3