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

Connection but no audio with rpi4 & latest noobs/raspbian #288

Open mike-lawrence opened 2 years ago

mike-lawrence commented 2 years ago

So I just used the latest noobs to set up an rpi4 with raspbian, I ran the Raspberry Pi section of the README, and at the cmake step it doesn't find OpenMax (OpenMAX libraries not found, skipping compilation of Raspberry Pi renderer). I tried the make and install anyway, but as I might have expected, there's no audio.

So as per another reported solution here I grabbed the install instructions from the Ubuntu section of the README (adding installation of gstreamer1.0-tools & gstreamer1.0-pulseaudio as well), and this time cmake finds gstreamer, so I make & install, only to again have no audio.

I've tried both -a hdmi with the hdmi connected to my stereo (which does detect an hdmi signal) as well as -a analog with headphones plugged into the aux port. I also tried with and without -l.

Any tips for troubleshooting this?