diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/streamlink/config.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
