FDH2 / UxPlay

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

UxPlay service works and initializes server socket for AirPlay mirror, but "unable to connect" via AirPlay on iPhone #88

Closed DPatel0211 closed 2 years ago

DPatel0211 commented 2 years ago

Attached are screenshots of uxplay running on terminal (alacritty) and appearing on my iPhone to describe the issue, would appreciate any tips or advice on the matter: image image

fduncanh commented 2 years ago

Try looking at "Troubleshooting" in the README.

First guess, (as explained in README) you have a firewall running on the linux server.

try

sudo systemctl status firewalld

if its running, that explains it. either turn it off

sudo systemctl stop firewalld

or (preferably) open some ports for uxplay, and use the uxplay -p ... option to use them

see the uxplay README.

fduncanh commented 2 years ago

was issue solved? closing as no further info was given