I upgraded from stable to testing a few days ago. In stable all video
and audio applications worked as expected, e.g. vlc, mpv, cmus,
mpg123, ogg123 …
Now many apps don't. Some (like cmus) produce output, but e.g. vlc and
mpv do not. The only difference I could determine is using pipewire.
The effect is that the first video frame is shown, then the
application freezes/stops.
Examples:
helge@twentytwo:~/download/Video/View$ mpv Cher\ -\ If\ I\ Could\ Turn\ Back\ Time\ \(Official\ Video\)\ \[9n3A_-HRFfc\].webm
(+) Video --vid=1 (*) (vp9 1920x1080 23.980fps)
(+) Audio --aid=1 --alang=eng (*) (opus 2ch 48000Hz)
AO: [pipewire] 48000Hz stereo 2ch floatp
VO: [gpu] 1920x1080 yuv420p
AV: 00:00:00 / 00:04:05 (0%) A-V: -0.078 Dropped: 1
Exiting... (Quit)
helge@twentytwo:~/download/Video/View$ LC_ALL=C vlc Cher\ -\ If\ I\ Could\ Turn\ Back\ Time\ \(Official\ Video\)\ \[9n3A_-HRFfc\].webm
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[0000563ca387e400] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
[00007f4f1cc07d90] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
[vp9 @ 0x7f4f1cc44ac0] Failed setup for format vdpau: hwaccel initialisation returned error.
[00007f4f1cc07d90] avcodec decoder error: existing hardware acceleration cannot be reused
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_21
libva info: va_openDriver() returns 0
pavucontrol only shows a dummy output.
I tried downgrading pipewire to the stable version, but this is not
possible (maybe rebuilding works, did not try).
To get mpv to work again, I read its man page and found the following
working command line:
mpv --audio-device=alsa/plughw:CARD=Generic_1,DEV=0 Cher\ -\ If\ I\ Could\ Turn\ Back\ Time\ \(Official\ Video\)\ \[9n3A_-HRFfc\].webm
Please tell me which additional information you need to track this
down.