From b5136a2f2d46580f1356cb605788de20118bce68 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 14 Feb 2020 18:56:56 -0500 Subject: mpv/streamlink: init --- dot_config/streamlink/config.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_config/streamlink/config.tmpl (limited to 'dot_config/streamlink') diff --git a/dot_config/streamlink/config.tmpl b/dot_config/streamlink/config.tmpl new file mode 100644 index 0000000..7f2f028 --- /dev/null +++ b/dot_config/streamlink/config.tmpl @@ -0,0 +1,10 @@ +player=mpv +verbose-player + +{{- if eq .chezmoi.hostname "LapToast" }} +default-stream=720p,720p60,1080p60,best +{{- else }} +default-stream=best +{{- end }} + +player-passthrough=hls,http,rtmp -- cgit v1.2.3