aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/streamlink
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 /streamlink
parent5448cfbeade55aff6edb655289ce9fdd3cadf749 (diff)
fix(streamlink): attempt to fix stream buffer issues
Diffstat (limited to 'streamlink')
-rw-r--r--streamlink/.config/streamlink/config11
1 files changed, 7 insertions, 4 deletions
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