aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-08 17:32:55 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-08 17:32:55 -0500
commit6219a23125597c4d92a2a9cc217221aa6a37b786 (patch)
treeef5d7c7654f2beb078246896191f4e4c96f64592
parent5448cfbeade55aff6edb655289ce9fdd3cadf749 (diff)
fix(streamlink): attempt to fix stream buffer issues
-rwxr-xr-xmpv/.config/mpv/mpv.conf2
-rw-r--r--streamlink/.config/streamlink/config11
2 files changed, 8 insertions, 5 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index cfcfc7c..330744f 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -46,7 +46,7 @@ save-position-on-quit=yes
[stream]
profile-cond=get("media-title", ""):find("twitch.tv/[^ /]+") ~= nil or string.match(p.filename, "%.m3u8$") ~= nil
profile-restore=copy-equal
-demuxer-max-bytes=750k
+demuxer-max-bytes=8192k
force-seekable=yes
hr-seek=yes
hr-seek-framedrop=yes
diff --git a/streamlink/.config/streamlink/config b/streamlink/.config/streamlink/config
index 8756fe9..cfabb30 100644
--- a/streamlink/.config/streamlink/config
+++ b/streamlink/.config/streamlink/config
@@ -1,7 +1,10 @@
-player=mpv.exe
-player-no-close
+player=mpv
+player-args=--profile=stream
+player-passthrough=hls
+hls-live-edge=5
+stream-segment-threads=4
+webbrowser true
+webbrowser-headless true
retry-open=1
retry-streams=1
default-stream=best
-hls-live-edge=5
-stream-segment-threads=4