aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mpv/.config
diff options
context:
space:
mode:
Diffstat (limited to 'mpv/.config')
-rwxr-xr-xmpv/.config/mpv/mpv.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index 4026f6c..35779dd 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -27,6 +27,7 @@ write-filename-in-watch-later-config=yes
# Caching
cache=yes
+demuxer-max-bytes=32MiB
demuxer-max-back-bytes=512MiB
[lowish-latency]
@@ -45,7 +46,7 @@ write-filename-in-watch-later-config=no
[stream]
profile-desc=streaming live video
-profile-cond=path:find("twitch%.tv/") or get("media-title", ""):find("twitch%.tv/") or filename:find("%.m3u8$")
+profile-cond=((path:find("twitch%.tv/") or get("media-title", ""):find("twitch%.tv/")) and not path:find("twitch%.tv/videos")) or filename:find("%.m3u8$")
profile=lowish-latency
save-position-on-quit=no
resume-playback=no