cache: change auto-pause/resume defaults

This is hopefully better for web streams.

Temporary workaround for #870.
This commit is contained in:
wm4 2014-06-23 01:16:31 +02:00
parent a1c220cffd
commit cae2977129
1 changed files with 2 additions and 2 deletions

View File

@ -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,