I'm trying to get a hardware accelerated playback of H264 videos, e.g. the Big Buck Bunny sample.
I have
deb http://archive.raspberrypi.org/debian/ bullseye main
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free
in my sources.list, and I see there are some omxplayer packages in http://archive.raspberrypi.org/debian/pool/main/o/omxplayer/. Yet apt-get install omxplayer cannot find an installation candidate.
How can I properly install omxplayer on bullseye?
PS.
Installing omxplayer_20190723+gitf543a0d-1+bullseye_armhf.deb seems to work, but I would prefer my packages to be managed by apt rather than manually.