I am trying to play a video with mpv under X11 and fbdev/fbturbo, but none of the video out options seem to work.
If I try mpv -vo gpu this is what I get
$this->bbcode_second_pass_code('', '[vo/gpu/opengl] Suspected software renderer or indirect context.
[vo/gpu/vulkan/libplacebo] Failed creating instance: VK_ERROR_EXTENSION_NOT_PRESENT
[vo/gpu/vulkan/libplacebo] Failed initializing vulkan instance
[vo/gpu/vulkan/libplacebo] Failed creating instance: VK_ERROR_EXTENSION_NOT_PRESENT
[vo/gpu/vulkan/libplacebo] Failed initializing vulkan instance
[vo/gpu] Failed initializing any suitable GPU context!
Error opening/initializing the selected video_out (--vo) device.')
If I issue mpv -vo drm this is the output:
$this->bbcode_second_pass_code('', '[vo/drm] VT_GETMODE failed: Inappropriate ioctl for device
[vo/drm] Failed to set up VT switcher. Terminal switching will be unavailable.
[vo/drm] Cannot open card "0": No such file or directory.
[vo/drm] Failed to create KMS.
Error opening/initializing the selected video_out (--vo) device.
')
None of the other options seem to work. Is there a recommended player/driver combination to play video on the rpi 3B?
Thank you very much