New comment by dm17 on void-packages repository https://github.com/void-linux/void-packages/issues/22877#issuecomment-764017685 Comment: > > > This is fixed on current chromium packages. > > > > > > Have you verified it using the method of looking in about:media-internals? > > I tried many times and I still see the non-hardware-accelerated codec being used for Vimeo & YouTube videos (VpxVideoDecoder). > > @dm17 Just install **enhanced-h264ify** chromium extension, block everything except h264 and it will work like a charm (if you use Xorg, not Wayland). For Nvidia there's https://github.com/xtknight/vdpau-va-driver-vp9 I use Xorg. I did try this extension, but it did not change the fact: "If it says FFmpegVideoDecoder or VpxVideoDecoder, accelerated video decoding is not working" https://www.linuxuprising.com/2018/08/how-to-enable-hardware-accelerated.html about:media-internals: ``` "Failed to initialize DecryptingVideoDecoder" "Failed to initialize MojoVideoDecoder" "Failed to initialize VpxVideoDecoder" "Failed to initialize Dav1dVideoDecoder" kIsVideoDecryptingDemuxerStream | false kVideoDecoderName | "FFmpegVideoDecoder" ```