philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.5k stars 216 forks source link

raspbian: stuck on binding step #251

Closed vytotas closed 4 years ago

vytotas commented 4 years ago

Hello! Trying to run airconnect on raspberry and stuck at binding step.

pi@raspberrypi:~/airpnp $ ./airupnp-arm -l 1000:2000
[10:56:44.160952] main:1374 Starting airupnp version: v0.2.25.0 (May  3 2020 @ 17:41:50)
[10:56:44.163786] main:1382 no config file, using defaults
[10:56:44.177857] Start:1099 Binding to 192.168.178.70:49152

Same result when using other linux machine. Any suggestions? Thanks!

philippe44 commented 4 years ago

something in your network configuration is blocking the UPnP broadcast messages

pwt commented 4 years ago

If you’re running airupnp on a machine connected via wireless, try a wired connection instead. Some routers don’t forward the multicast discovery packets over their wireless interfaces.

philippe44 commented 4 years ago

Closed for inactivity