From 690f72a6b1e2fc7eb4288c07816bac6679f38f2e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:11:10 +0100 Subject: [PATCH] Update Streamlink configuration Signed-off-by: Severin Kaderli --- system/.config/mpv/mpv.conf | 1 + system/.config/streamlink/config | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/system/.config/mpv/mpv.conf b/system/.config/mpv/mpv.conf index aa0d2db..6bb9da9 100644 --- a/system/.config/mpv/mpv.conf +++ b/system/.config/mpv/mpv.conf @@ -7,6 +7,7 @@ cache=yes cache-pause=no demuxer-max-bytes=500M demuxer-max-back-bytes=100M +demuxer-readahead-secs=20 # Default subtitles slang=en diff --git a/system/.config/streamlink/config b/system/.config/streamlink/config index 10928f9..9478ae7 100644 --- a/system/.config/streamlink/config +++ b/system/.config/streamlink/config @@ -13,4 +13,7 @@ player=mpv hls-live-edge=5 hls-segment-threads=3 ringbuffer-size=256M -player-no-close \ No newline at end of file +player-no-close +player-passthrough=hls,http,rtmp +verbose-player +loglevel=trace