I am using the V1.1 image of Ubuntu 24.04, where it is claimed in the release notes that vlc is included.
I am trying vlc as follows, with an MP4 video file containing the recording of a talk from FOSDEM 2024:
$ vlc fosdem-2024-1930-openprinting-we-make-printing-just-work-.mp4
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[0000002ac0170550] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libEGL warning: DRI3: failed to query the version
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
libEGL warning: DRI3: failed to query the version
Segmentation fault (core dumped)
$
It seems that some backend module is missing.
There should be
- Either the module included (are there actually RISC-V machines with NVidia GPU?) or the module not required (via appropriate vlc build or config file)
- This should not lead to a segfault but just exit with non-zero status
- There also seems to be some problem with libEGL
I am using the V1.1 image of Ubuntu 24.04, where it is claimed in the release notes that
vlcis included.I am trying
vlcas follows, with an MP4 video file containing the recording of a talk from FOSDEM 2024:It seems that some backend module is missing.
There should be