diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-16 16:16:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-16 16:16:11 +0200 |
commit | 2dab2233ef9cb54a3878e0120016d542045c7ee8 (patch) | |
tree | 13f3f086adbe5edca4b0c6d3527bd040a50f627a /config/common/mpv | |
parent | 2a9d0908651ac236855fa515e14a83bada3ad7f9 (diff) |
checkpoint
Diffstat (limited to 'config/common/mpv')
-rwxr-xr-x | config/common/mpv/mpv.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf index 1fd96da..2e7318e 100755 --- a/config/common/mpv/mpv.conf +++ b/config/common/mpv/mpv.conf @@ -17,10 +17,11 @@ ytdl-raw-options=extractor-args="youtube:player-client=android" # Default demuxer is 150/75 MB, note that this uses RAM so set a reasonable amount. # 150MB, Max pre-load for network streams (1 MiB = 1048576 Bytes). -demuxer-max-bytes=150000000 +demuxer-max-bytes=150MiB +demuxer-readahead-secs=20 # 75MB, Max loaded video kept after playback. -demuxer-max-back-bytes=75000000 +demuxer-max-back-bytes=75MiB # Force stream to be seekable even if disabled. force-seekable=yes |