AirSonos

Aus
Version vom 4. April 2015, 15:29 Uhr von Stacylein (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)


AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network.

Vorbereitung

  1. Debian Chroot installieren (per SynoCommunity )
  2. DS unbedingt neu starten!

Installation

  1. ssh auf die DS
  2. Punch in:
    /var/packages/debian-chroot/scripts/start-stop-status chroot
  3. Nun alle Abhängigkeiten installieren um dann Airsonos per node.js package-manager npm zu installieren
  4. 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 - 
  5. Wenn alles okay war und ihr die locales gesetzt habt:
  6. Punch in:
     apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g
  7. 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} 


  1. Allgemeine Infos zu Airplay von Apple:

[1]

Epilog

Mal sollte eine Multisession verwenden.

  1. apt-get install tmux && tmux
  2. airsonos
  3. Tastenkombi: Strg+B, d zum Detach ähnlich screen