node-airplayhub icon indicating copy to clipboard operation
node-airplayhub copied to clipboard

No Audio on AppleTV 4, tvOS 11.1

Open Kwutzke opened this issue 7 years ago • 2 comments

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
        }
    ]
}

Kwutzke avatar Nov 16 '17 12:11 Kwutzke

same here, works using

  • shairport-sync on debian
  • airfoil satellite on osx
  • airport express

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

gretel avatar Feb 19 '18 21:02 gretel

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...

snizzleorg avatar Jul 27 '18 16:07 snizzleorg