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

New Raspberry Pi Renderers #294

Open FD- opened 2 years ago

FD- commented 2 years ago

Raspberry Pi OS Bullseye removes OpenMAX, which RPiPlay uses for video and audio rendering on Raspberry Pi. Assuming the gstreamer renderers are not performant enough for the Pi Zero (has anyone tested that?), we need:

pallas commented 2 years ago

I was able to install the firmware package via rpi-update, I think they might have just removed the main package and moved it to rpi-update. I've been running RPiPlay on Bullseye for a few weeks now on a 3B+

8bignic8 commented 2 years ago

https://askubuntu.com/questions/384059/error-compiling-a-package-configure-error-no-gstreamer-1-0-1-0-0

sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

maybe?

arnlen commented 2 years ago

I was able to install the firmware package via rpi-update, I think they might have just removed the main package and moved it to rpi-update. I've been running RPiPlay on Bullseye for a few weeks now on a 3B+

Could you please explain what you've done step by step please? I've done a rpi-update + gstreamer installation but RPiPlay still doesn't work: I'm stuck with an error related to libopenmaxil.so (see #296).

a7mad3bdullah commented 9 months ago

The only way I was able to make it work is by installing it on Raspberry Pi OS Buster Not Bullseye, see 364