-
Notifications
You must be signed in to change notification settings - Fork 357
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
Nothing happens when trying to screenshare #356
Comments
I just see the exact same problem. Compiled version from master branch (11 Jan 2022) |
I had the same problem. did you find the solution or other option? |
Same problem for me @FD- maybe you could check whether this is still supposed to work with newer iOS versions and stuff |
Same problem, would love to be able to use this again. |
Same problem here as well :( |
facing a similar issue !! installed this on ubuntu machine on linux. but the screen is showing nothing. Initialized server socket(s) |
I think I have figured it out. The problem is with the ports used by RPiPlay. RPiPlay needs TWO ports to work. Below is how I used UxPlay on my Arch Linux:
If I used only one port, I can reproduce the problem, i.e. nothing happens after a connection. Therefore, I suggest anyone with this problem check your firewall first if it has the "allow some, deny all" policy. Basically, just make sure you have the two ports used by RPiPlay open. (I think by default these two ports are random) |
I had the same problem. Looks like the're some renderer setup issue. |
Try installing GStreamer, https://qengineering.eu/install-gstreamer-1.18-on-raspberry-pi-4.html, before building. Once I did this, gstreamer shows up not only as an option but my default. |
I fixed it, installing GStreamer as the first thing worked, so on a clean os, run: Then: Then: Then reboot. aand: |
So when I start the program on my 3B (Raspian lite) this is what I get:
pi@raspberrypi:~/RPiPlay/build $ sudo ./rpiplay
Initialized server socket(s)
*** WARNING *** The program 'rpiplay' 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
Then when I screenshare from my iphone (ios 15.7.2) I get this in the terminal:
pi@raspberrypi:~/RPiPlay/build $ sudo ./rpiplay
Initialized server socket(s)
*** WARNING *** The program 'rpiplay' 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
Accepted IPv4 client on socket 14
Local: 192.168.68.64
Remote: 192.168.68.59
Accepted IPv4 client on socket 16
Local: 192.168.68.64
Remote: 192.168.68.59
raop_rtp_mirror starting mirroring
which I assume is the right stuff, but there's no picture, like nothing at all, the iphone says that it's connected and obviously it is but nothing is shown on the monitor and there's no sound... I've read through a couple of threads that have similar issues but either they just say "oh it's fixed now" or there's no sulution
The text was updated successfully, but these errors were encountered: