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

what's the networking port for RPiPlay? #175

Closed meadlai closed 3 years ago

meadlai commented 3 years ago

Hello,

I build and start RPiPlay in the Pi 4B+, but no response in the bash shell, so I suspect the firewall block it, can anyone tell me the port for airplay service? thank you.

sudo apt-get  install ufw
sudo ufw enable
sudo ufw default deny
sudo ufw allow 8080
sudo ufw allow 22
sudo ufw reload
pallas commented 3 years ago

The port is ephemeral, and advertised by mDNS. It should be possible to edit the code to bind to a specific port.

pallas commented 3 years ago

See #188.