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

Using RPiPlay on Raspbian Bullseye #308

Closed konrul-r10 closed 2 years ago

konrul-r10 commented 2 years ago

Hello,

I have tried to install & use RPiPlay on Raspbian Bullseye. Install part was an unsuccessful attempt therefore I brought files from the working buster (I got RPİPlay files from my old build, Raspbian Buster, to the Bullseye), however, I couldn't run it.

Briefly, is there any way to run this on bullseye? If so could you please help?

Thanks in advance. Best regards.

pallas commented 2 years ago

See #304 #296 #294, which all already answer your question. tl;dr: It does work but you need to install OpenMAX again via rpi-update, which is a dangerous command (read: do so at your own risk). Then you need to clean out the build directory if you already tried to cmake the project, and then you need to fix a symlink for GLES.

konrul-r10 commented 2 years ago

See #304 #296 #294, which all already answer your question. tl;dr: It does work but you need to install OpenMAX again via rpi-update, which is a dangerous command (read: do so at your own risk). Then you need to clean out the build directory if you already tried to cmake the project, and then you need to fix a symlink for GLES.

Hello pallas, Thanks for your help. I have tried to find a solution, including your suggestions but I am not successful. Is there any way to explain step by step how to do that? I would like to take the risk (actually I have already updated firmware.) As a beginner Linux user, step by step explanation will be helpful for me and other users I think.

pallas commented 2 years ago

You ran https://github.com/raspberrypi/rpi-update and it didn't install the VC libs?

pallas commented 2 years ago

You can also try to pull in https://github.com/raspberrypi/firmware/tree/master/opt/vc

konrul-r10 commented 2 years ago

You ran https://github.com/raspberrypi/rpi-update and it didn't install the VC libs?

it seems that its already installed. but i am still having black screen issue and no audio...

I have tried to build one more time and made sudo make install tried to use like this: #rpiplay -n Televizyon -a hdmi -ar rpi -l -b off -vr rpi

I got this message: rpiplay: error while loading shared libraries: libopenmaxil.so: cannot open shared object file: No such file or directory

I have tried to use sudo ln -s /opt/vc/libopenmaxil.so /usr/lib/libopenmaxil.so

but no luck. Is there anything I missed?

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

You ran https://github.com/raspberrypi/rpi-update and it didn't install the VC libs?

it seems that its already installed. but i am still having black screen issue and no audio...

I have tried to build one more time and made sudo make install tried to use like this: #rpiplay -n Televizyon -a hdmi -ar rpi -l -b off -vr rpi

I got this message: rpiplay: error while loading shared libraries: libopenmaxil.so: cannot open shared object file: No such file or directory

I have tried to use sudo ln -s /opt/vc/libopenmaxil.so /usr/lib/libopenmaxil.so

but no luck. Is there anything I missed?

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