Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window doesn't show up #52

Open
StathisKap opened this issue May 19, 2021 · 8 comments
Open

Window doesn't show up #52

StathisKap opened this issue May 19, 2021 · 8 comments

Comments

@StathisKap
Copy link

StathisKap commented May 19, 2021

I've checked #38 and #2 and I've tried all the solutions in there to try and get a window to pop up, but nothing works.

The iphone sees UxPlay are an option when I click on Airplay but when I click on it, it gives me an error pop up saying that It couldn't connect after about half a minute.

I'm running Ubuntu 21.04
I'm also getting this warning when running uxplay

Initialized server socket(s)
*** WARNING *** The program 'uxplay' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
@ek3e
Copy link

ek3e commented Jun 30, 2021

Same problem

@fduncanh
Copy link
Contributor

fduncanh commented Aug 6, 2021

You have a firewall. That needs to be opened. The latest UxPlay released as PR #58 allows you the specify the network ports (which have to be opened in the firewall)

The "warning" message is a meaningless "nag" that can be ignores and is suppressed in the new version.

@nicksteffen
Copy link

nicksteffen commented Aug 8, 2021

I'm getting the same error. Disabled my firewall, but that didn't seem to change anything :(

Running Pop OS 20.04 in case thats helpful to anyone

installed all of the packages from https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c and now I get video

@yilmazbingo
Copy link

I have the same issue. I am on kali-linux

@arnaualba
Copy link

arnaualba commented Sep 27, 2021

Same issue Ubuntu 20.04.

But the answer by nicksteffen worked!! Thank you very much!

@Dasdar990
Copy link

I followed nicksteffen advice and installed all but it didn't work. After that I disabled the firewall and now everything works perfectly.

@kapitaali
Copy link

kapitaali commented Jun 6, 2024

I disabled firewall, and the window opens up. But screen framebuffer didn't update. It did not even show the iPhone screen. It shows jus whatever you have on your linux desktop when the screen window appears. Then I tried different combinations of sinks and decoders but alas nothing. Waylandsink did not do anything to your screen, vaapisink produces errors like (uxplay:16364): GStreamer-Video-CRITICAL **: 20:28:25.261: gst_video_frame_map_id: assertion 'info->height <= meta->height' failed etc.

Finally got it working by removing the gstreamer1.0-vaapi package.

@DevSoftChuck
Copy link

I was having the same problem of @kapitaali, then I follow the steps of @nicksteffen and @kapitaali and it works, thank you guys. Running on PopOS 22.04. These are the dependencies installed:

sudo apt install uxplay libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants