noelhibbard / node-airplayhub

AirPlay server which accepts streams and then streams the audio back out to multiple AirPlay devices with sync support.
52 stars 13 forks source link

Not outputting audio to all devices #13

Open ghost opened 7 years ago

ghost commented 7 years ago

After fiddling around with this I have gotten the implementation to work partly, but not fully. I have 3 airplay devices set up but only only one of them outputs audio when playing to them. The two airplay devices that don't output audio work fine when playing directly to them via airplay from an ios device, but are silent when playing through node-airplayhub.

I should note that the the device that works is an apple airport, while the other two devices that I can't get to work are one Asus repeater (w. airplay support) and one Raspberry Pi with shairport-sync.

I tried editing the config file and adding the password for the devices, see below, but that doesn't seem to help either.

        {
            "name": "Badrum",
            "host": "192.168.2.129",
            "port": 5178,
            "volume": "53",
            "enabled": false,
            "hidden": false,
            "password": "passw"
        },

I've also tried looking at the log files under /var/log/ but I haven't been able to find anything there, any suggestions on what could be wrong and how i can get this to work?

Thanks in advance

ghost commented 7 years ago

Still trying but I am not able to get it this to work, does anyone have an idea of what I'm doing wrong?

noelhibbard commented 7 years ago

Are all three devices password protected or just the devices that aren't working?

ghost commented 7 years ago

All 3 devices are password protected, the airport express accepts the stream via node-airplayhub, but not the other two devices. I can play to all 3 when playing directly to the devices from my iPhone (not via node-airplayhub)

ghost commented 7 years ago

Still trying but can't get it to work, the only time I'm able to play music is when playing to the airport express, Raspberry pi with shairport-sync or ASUS repeater just won't work. Any ideas? Is there a log file located somewhere which could indicate what goes wrong?

matthanley commented 6 years ago

Same issue here - works fine on AirPort Express but not a 3rd party device. Could be related to lperrin/node_airtunes#40