summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-23 01:16:31 +0200
committerwm4 <wm4@nowhere>2014-06-23 01:16:31 +0200
commitcae2977129a597c0db22105ea1e218e9c4d3b0f7 (patch)
tree17fcd45f59e1566e52a0ce0bbf6ef466bd8612b2
parenta1c220cffd24e4fd8864c8bd0937b5d09666d57e (diff)
downloadmpv-cae2977129a597c0db22105ea1e218e9c4d3b0f7.tar.bz2
mpv-cae2977129a597c0db22105ea1e218e9c4d3b0f7.tar.xz
cache: change auto-pause/resume defaults
This is hopefully better for web streams. Temporary workaround for #870.
-rw-r--r--options/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c
index 0c2f8257df..784ef00867 100644
--- a/options/options.c
+++ b/options/options.c
@@ -587,8 +587,8 @@ const struct MPOpts mp_default_opts = {
.seek_min = 500,
.file_max = 1024 * 1024,
},
- .stream_cache_pause = 500,
- .stream_cache_unpause = 1000,
+ .stream_cache_pause = 50,
+ .stream_cache_unpause = 100,
.network_rtsp_transport = 2,
.chapterrange = {-1, -1},
.edition_id = -1,