FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

Lubuntu 18.04.3 needs gstreamer1.0-x #32

Closed ovacikar closed 2 years ago

ovacikar commented 2 years ago

After a reinstall of Lubuntu 18.04.3 , I was not able to get uxplay to work. 0:00:01.456431080 6619 0x560031079a90 WARN waylandsink gstwaylandsink.c:333:gst_wayland_sink_find_display: warning: Failed to create GstWlDisplay: 'Failed to connect to the wayland display '(default)''

A google search suggested to install gstreamer1.0-x , and it worked!

fduncanh commented 2 years ago

Thanks for the tip!

fduncanh commented 2 years ago

Thanks for the tip!

fduncanh commented 2 years ago

added a note in the Troubleshooting section of README. I had gstreamer1.0-x installed presumably it was installed as a dependency. If you uninstall all gstreamer and reinstall just the packages mentioned in the build section of README, does gstreamer1.0-x get pulled in?

ovacikar commented 2 years ago

gstreamer1.0-plugins-good "recommends", not depends on gstreamer1.0-x

fduncanh commented 2 years ago

Thanks for this info