08-06-2019, 03:30 AM
I want to know if I can have a video player for H264 working on my Debian Buster (from armbian.com).
I've tested mpv with the command:
but I got this error:
I've installed the Cedrus/libvdpau-sunxi library from here:
sunxi
Even with VLC I cannot play H264 video properly.
I've tested mpv with the command:
Code:
mpv --vo=vdpau --hwdec=vdpau --hwdec-codecs=all video.mp4
but I got this error:
Code:
[vo/vdpau] Error when calling vdp_device_create_x11:1
Error opening/initializing the selected video out (--vo) device.
I've installed the Cedrus/libvdpau-sunxi library from here:
sunxi
Even with VLC I cannot play H264 video properly.