Browse Source

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.

android-5
Oliver Schmidhauser 8 years ago
committed by Fredrik Fornwall
parent
commit
e556e12828
  1. 2
      packages/mpv/mpv.conf

2
packages/mpv/mpv.conf

@ -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

Loading…
Cancel
Save