By default, disable all Video output of mpv. Since the default video output is not available on Termux, it would otherwise throw an error. Even with Audio only files if they contain any album-art.

This commit is contained in:
Oliver Schmidhauser 2017-07-27 09:09:03 +02:00 committed by Fredrik Fornwall
parent 82f9ba0ff9
commit 7ba83dfe51
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ ao=opensles
# Increase audio buffer to help with stuttering with bluetooth devices. See #1127.
audio-buffer=0.5
# Disable Video Output. Termux doesn't support video output (with the exception of "tct").
vo=null