FD- / RPiPlay

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

GStreamer not recognized (Arch Linux) #211

Closed ThatFruedDued closed 3 years ago

ThatFruedDued commented 3 years ago

Hello, When I run RPiPlay, GStreamer does not seem to be recognized. I am running Arch Linux and I have verified that GStreamer is installed and working. Screenshot_20210111_142833 All of the other features of the app work. I can connect to RPiPlay from devices, I just cannot view the display of the device or listen to the audio (although audio support is not a necessity for me). How can I fix this, or is this simply incompatibility with Arch Linux? Thanks!

SyzSteM commented 3 years ago

If you want, you can take a look at my AUR package of this project here: rpiplay-git. Maybe you are missing the gstreamer bad plugins (gst-plugins-bad)? You could try to install my package from the AUR, it tested it on clean arch. Cheers!

ThatFruedDued commented 3 years ago

@SyzSteM I'll look into yours! I have gst-plugins-bad installed, so I'm unsure why it's not working.

ThatFruedDued commented 3 years ago

@SyzSteM no luck. Could it have to do with conflicts with KDE Plasma? I'm also mirroring to an external monitor if that changes anything. Thanks for your help!

ThatFruedDued commented 3 years ago

I got it! I used your AUR package, and now it displays on my laptop. Thanks!