Seit dem upgrade auf 26.04. spielt vlc nur noch sporadisch Filme ab. Auf der Konsole gestartet, wird z.B. dies geloggt:
VLC media player 3.0.23 Vetinari (revision 3.0.23-2-0-g79128878dd) [000063a34223a590] main libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden. [000063a3422d19e0] main playlist: playlist is empty libva info: VA-API version 1.23.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so libva info: va_openDriver() returns -1 [000074991c001ed0] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error libva info: VA-API version 1.23.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so libva info: va_openDriver() returns -1 [000074991c001ed0] glconv_vaapi_drm gl error: vaInitialize: unknown libva error libva info: VA-API version 1.23.0 libva error: vaGetDriverNames() failed with operation failed [000074991c001ed0] glconv_vaapi_drm gl error: vaInitialize: operation failed [000074991c8dbd30] chain filter error: Too high level of recursion (3) [000074991c89ed90] main filter error: Failed to create video converter
Die letzten beiden Zeilen wiederholen sich dann etwa 100x
[00007499280360a0] main video output error: Failed to create video converter [00007499280360a0] main video output error: Failed to compensate for the format changes, removing all filters [0000749944c14970] avcodec decoder: Using NVIDIA VDPAU Driver Shared Library 580.159.03 Fri Apr 24 05:47:40 UTC 2026 for hardware decoding [000074991cd96c20] vdpau_chroma filter error: video mixer rendering failure: A catch-all error, used when no other error code applies.
Ich habe eine Nvidia GT1030. In den vlc-Einstellungen ist die Ausgabe über VDPAU aktiviert. Installiert ist der nvida-Treiber 580.159.03 und ffmpeg version 8.0.1-3ubuntu2.
SMPlayer, der mpv nutzt, spielt über den Ausgabetreiber vdpau einwandfrei ab. Aber ist wirklich ein vlc-Problem?
martin@martin-desktop:~$ LIBVA_DRIVER_NAME=nvidia vainfo Trying display: wayland Trying display: x11 libva info: VA-API version 1.23.0 libva info: User environment variable requested driver 'nvidia' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit
VA-API klingt falsch...