AirSonos: Unterschied zwischen den Versionen
Aus Synology Wiki
imported>Stacylein |
imported>Stacylein Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
__FORCETOC__ | |||
AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network. | AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network. | ||
Aktuelle Version vom 4. April 2015, 15:29 Uhr
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 )
- DS unbedingt neu starten!
Installation
- ssh auf die DS
- Punch in:
/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
- Punch in:
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:
- Punch in:
apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g
- Nun starten wir Airsonos:
Punch in:
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.
apt-get install tmux && tmux
airsonos
- Tastenkombi: Strg+B, d zum Detach ähnlich screen