From cae2977129a597c0db22105ea1e218e9c4d3b0f7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Jun 2014 01:16:31 +0200 Subject: cache: change auto-pause/resume defaults This is hopefully better for web streams. Temporary workaround for #870. --- options/options.c | 4 ++-- 1 file 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, -- cgit v1.2.3