I'm having issues with mpv on archlinux arm. I can get it to output audio but it displays no video. Here's what it says on startup:
$this->bbcode_second_pass_code('', '
$ mpv Sonic_the_Hedgehog_Megamix_V5.0_Beta_-_Walkthrough-HGoa65UjBJs.mp4
Playing: Sonic_the_Hedgehog_Megamix_V5.0_Beta_-_Walkthrough-HGoa65UjBJs.mp4
(+) Video --vid=1 (*) (h264)
(+) Audio --aid=1 --alang=und (*) (aac)
[vo/opengl] Suspected software renderer or indirect context.
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vo/vdpau] Error when calling vdp_device_create_x11: 1
[vo/xv] No Xvideo support found.
libva info: VA-API version 0.38.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
[vaapi] vaInitialize(): unknown libva error
Error opening/initializing the selected video_out (-vo) device.
Video: no video
AO: [alsa] 44100Hz stereo 2ch float
A: 00:00:15 / 00:37:48 (0%)
')
It seems it can't find a video out device? I tried vo=rpi and vo=x11 but neither worked.