noelhibbard / node-airplayhub

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

No Audio on AppleTV 4, tvOS 11.1 #17

Open Kwutzke opened 6 years ago

Kwutzke commented 6 years ago

Hi, Theres no audio coming from my Apple TV. I have two raspberries, there its working like a charm.

Any Ideas? Thanks, Kilian

my config file:

{
    "servername": "Ganze Wohnung",
    "webuiport": 8089,
    "debug": false,
    "idletimout": 600,
    "zones": [
        {
            "name": "Wohnzimmer",
            "host": "192.168.178.101",
            "port": 5000,
            "volume": "48",
            "enabled": true,
            "hidden": false
        },
        {
            "name": "Schlafzimmer",
            "host": "192.168.178.33",
            "port": 7000,
            "volume": "48",
            "enabled": true,
            "hidden": false
        },
        {
            "name": "Küche",
            "host": "192.168.178.100",
            "port": 5000,
            "volume": "48",
            "enabled": true,
            "hidden": false
        }
    ]
}
gretel commented 6 years ago

same here, works using

but not on apple tv with tvos 11.

debug log shows nothing related at all.

@noelhibbard looks like pairing is required for recent apple tv as discussed at https://github.com/ejurgensen/forked-daapd/issues/377 pointing to https://github.com/marcklefter/node-appletv-pairing

snizzleorg commented 5 years ago

Same problem here. no audio even after pairing. forked-daapd seems to play but (I see the cover on the appletv) but no sound comes out. The audio is connected via a HDMI splitter and then via toslink. Audio does play when I use the Airplay from the iPhone and also when the appletv plays a movie. But when forked-daapd sends the audio it does not sound...