libvlc_video_set_output_callbacks and vdpau
Posted: 20 Dec 2024 03:38
libvlc_video_set_output_callbacks does not seem to work with vdpau, it falls back to:
Without libvlc_video_set_output_callbacks vdpau is used:
It would be nice to use libvlc_video_set_output_callbacks with vdpau, so it would be possible to use it with nvidia GPUs (with Windows and DXVA2 it already works).
Or is it intended that libvlc_video_set_output_callbacks only works with vaapi?
Edit: With Windows it is:
Code: Select all
vaapi generic: Using Intel iHD driver for Intel(R) Gen Graphics - 22.3.1 ()
Code: Select all
vdpau_instance decoder device: Using NVIDIA VDPAU Driver Shared Library 550.142 Wed Dec 11 04:53:10 UTC 2024
Or is it intended that libvlc_video_set_output_callbacks only works with vaapi?
Edit: With Windows it is:
Code: Select all
dxva2 generic: Using DXVA2 (NVIDIA GeForce RTX 3090, vendor NVIDIA(10de), device 2204, revision a1)