summaryrefslogtreecommitdiffstats
path: root/etc/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/example.conf')
-rw-r--r--etc/example.conf14
1 files 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