aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/streamlink
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-26 14:01:45 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-26 17:36:24 -0500
commit2c7609410d81cfa87cc4e41c17e8d07395f42a5f (patch)
treeed5195d7eb35949c1b6ae1e5aa1a8f70e2981dcd /streamlink
parentc23330a249e22b2ea4c4e071b0cb7ea1074bfac9 (diff)
feat(streamlink): add streamlink twitch config
Diffstat (limited to 'streamlink')
-rw-r--r--streamlink/.config/streamlink/config.twitch11
1 files changed, 11 insertions, 0 deletions
diff --git a/streamlink/.config/streamlink/config.twitch b/streamlink/.config/streamlink/config.twitch
new file mode 100644
index 0000000..53f0235
--- /dev/null
+++ b/streamlink/.config/streamlink/config.twitch
@@ -0,0 +1,11 @@
+player=mpv.exe
+player-args=--load-osd-console
+title=twitch.tv/{author} - {game} - {title}
+retry-open=1
+retry-streams=1
+default-stream=best
+hls-live-edge=5
+stream-segment-threads=4
+twitch-disable-hosting
+twitch-disable-ads
+twitch-low-latency \ No newline at end of file