diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 21:29:04 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 21:29:04 +0100 |
commit | df46952ad20890b240f8210137c207c7c306b755 (patch) | |
tree | ba63ab586b89f4b210466b9e475b94ed3a42707b /mpv/mpv.conf | |
parent | 3b32a5c74150eb76ac84fef50ddbb47075167c4d (diff) |
fix for mpv streaming youtube videos
Diffstat (limited to '')
-rw-r--r-- | mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 59c9ee3..79aa361 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -2,5 +2,6 @@ # use Jack #ao=jack #ao=pulse +vo=x11 save-position-on-quit=yes ytdl-format=bestvideo[height <= 1080]+bestaudio/best |