FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.9k stars 354 forks source link

Update for bullseye? #304

Closed fivenote closed 2 years ago

fivenote commented 2 years ago

Will there be some updates for Raspian bullseye?

Bullseye doesn’t have gstreamer out of the box. What packages does rpiplay need?

Also, getting this when running rpiplay…

rpiplay: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory

Thanks for any help to get running on bullseye.

pallas commented 2 years ago

This does run on Bullseye, I've been doing it for months.

You always needed to install gstreamer if you want to use that, see https://github.com/FD-/RPiPlay/issues/294#issuecomment-974752584 but note that this is literally in the README.

If you want to use OpenMAX, you have to reinstall it via rpi-update, as per https://github.com/FD-/RPiPlay/issues/296#issuecomment-981210609 but READ the documentation for rpi-update since it can be a dangerous operation and I'm not taking responsibility for bricked hardware.

The above also describes how to correct the shared library issue, with a hat tip to https://raspberrypi.stackexchange.com/a/133496