mirror of https://github.com/mpv-player/mpv
cache: change auto-pause/resume defaults
This is hopefully better for web streams. Temporary workaround for #870.
This commit is contained in:
parent
a1c220cffd
commit
cae2977129
|
@ -587,8 +587,8 @@ const struct MPOpts mp_default_opts = {
|
||||||
.seek_min = 500,
|
.seek_min = 500,
|
||||||
.file_max = 1024 * 1024,
|
.file_max = 1024 * 1024,
|
||||||
},
|
},
|
||||||
.stream_cache_pause = 500,
|
.stream_cache_pause = 50,
|
||||||
.stream_cache_unpause = 1000,
|
.stream_cache_unpause = 100,
|
||||||
.network_rtsp_transport = 2,
|
.network_rtsp_transport = 2,
|
||||||
.chapterrange = {-1, -1},
|
.chapterrange = {-1, -1},
|
||||||
.edition_id = -1,
|
.edition_id = -1,
|
||||||
|
|
Loading…
Reference in New Issue