AirSonos
Aus Synology Wiki
AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network.
Vorbereitung
- Debian Chroot installieren (per SynoCommunity
- Neu starten!
Installation
- ssh auf die DS
/var/packages/debian-chroot/scripts/start-stop-status chroot
- Nun alle Abhängigkeiten installieren um dann Airsonos per node.js package-manager npm zu installieren
apt-get update && apt-get upgrade && apt-get install locales && dpkg-reconfigure localese && dpkg-reconfigure tzdata && apt-get install build-essential && apt-get install curl && curl -sl https://deb.nodesource.com/setup | bash -
- Wenn alles okay war und ihr die locales gesetzt habt:
apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g
- Nun starten wir Airsonos:
airsonos
Damit kann nun egal welches Device (ich habe ein iPhone 4) per Airplay direkt über die DS auf die sonos devices streamen. Die DS ist somit der AirPlay Server:
Searching for Sonos devices on network... Setting up AirSonos for Lounge {192.168.188.56:1400}
- Allgemeine Infos zu Airplay von Apple:
Epilog
Mal sollte eine Multisession verwenden.
- [pre]apt-get install tmux && tmux[/pre]
- [pre]airsonos[/pre]
- Tastenkombi: Strg+B, d zum Detach ähnlich screen