-
Notifications
You must be signed in to change notification settings - Fork 14

Description
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