diff options
| author | 2020-02-14 18:56:56 -0500 | |
|---|---|---|
| committer | 2020-02-14 18:56:56 -0500 | |
| commit | b5136a2f2d46580f1356cb605788de20118bce68 (patch) | |
| tree | 05064be05b4f3b5aaf1d7d18e99979f253d8eff0 /dot_config/streamlink | |
| parent | tmux: update term overrides, add alacritty (diff) | |
mpv/streamlink: init
Diffstat (limited to 'dot_config/streamlink')
| -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 |
