adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
443 stars 240 forks source link

OMX player not found in installation #205

Closed evanthemann closed 8 months ago

evanthemann commented 8 months ago

When trying to install, I get this error.

Package omxplayer is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'omxplayer' has no installation candidate

I'm installing on Pi OS Lite (legacy) as suggested.

tofuSCHNITZEL commented 8 months ago

Hi.

The last working image is this one: https://downloads.raspberrypi.com/raspios_oldstable_lite_armhf/images/raspios_oldstable_lite_armhf-2022-01-28/2022-01-28-raspios-buster-armhf-lite.zip

ADBeasley commented 8 months ago

OMX Player has been removed due to it having issues with the KMS driver - see https://forums.raspberrypi.com/viewtopic.php?t=333374

evanthemann commented 8 months ago

I appreciate it. I saw a comment in one of the docs that said it would work to install the legacy pi os lite via Raspberry Pi Imager, but when I did that, then ran sudo apt-get update, I got the error. I did not use the linked IMG file and that may fix the issue I had. Closing this, thanks again.