mpv: drop cache_pause_initial (blocks first frame)
cache_pause_initial=yes made mpv wait for a full buffer before showing the first frame on uncached videos, which looked like the popout was broken on first click. Removing it restores immediate playback start — cache_pause=yes still handles mid-playback underruns. behavior change
This commit is contained in:
parent
ac3939ef61
commit
7046f9b94e
@ -79,7 +79,6 @@ def build_mpv_kwargs(is_windows: bool) -> dict[str, object]:
|
|||||||
"cache": "yes",
|
"cache": "yes",
|
||||||
"cache_pause": "yes",
|
"cache_pause": "yes",
|
||||||
"cache_pause_wait": "2",
|
"cache_pause_wait": "2",
|
||||||
"cache_pause_initial": "yes",
|
|
||||||
"cache_secs": "30",
|
"cache_secs": "30",
|
||||||
"demuxer_max_bytes": "150MiB",
|
"demuxer_max_bytes": "150MiB",
|
||||||
"demuxer_max_back_bytes": "75MiB",
|
"demuxer_max_back_bytes": "75MiB",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user