Hi,
I've just installed vlc on ubuntu 20.04LTS using the following command:
$ sudo apt install vlc vlc-plugin-qt vlc-plugin-skins2
and when I Run it from CLI it is showing this error:
VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d)
[000055bcbfa035b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[000055bcbfa98750] main playlist: playlist is empty
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
[00007fb628054470] vaapi generic error: profile(3) is not supported
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory
[00007fb62d15ac20] main decoder error: Timestamp conversion failed for 190266667: no reference clock
[00007fb62d15ac20] main decoder error: Could not convert timestamp 0 for FFmpeg
[00007fb62d15ac20] main decoder error: Timestamp conversion failed for 248766667: no reference clock
[00007fb62d15ac20] main decoder error: Could not convert timestamp 0 for FFmpeg
QObject::~QObject: Timers cannot be stopped from another thread
What can be done to not to see this message.
Thank you