AirSonos: Unterschied zwischen den Versionen

Aus
(Die Seite wurde neu angelegt: „AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network. == Vorbereitung == # Debian Chroot installieren (per [htt…“)
 
Zeile 9: Zeile 9:
# ssh auf die DS
# ssh auf die DS
# <pre>/var/packages/debian-chroot/scripts/start-stop-status chroot</pre>
# <pre>/var/packages/debian-chroot/scripts/start-stop-status chroot</pre>
# Nun alle Abhängigkeiten installieren um dann Airsonos per node.js package-manager npm zu installieren
# Nun alle Abhängigkeiten installieren um dann Airsonos per node.js package-manager npm zu installieren  
[pre]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 - [/pre]
# <pre>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 - </pre>
# Wenn alles okay war und ihr die locales gesetzt habt:
# Wenn alles okay war und ihr die locales gesetzt habt:
[pre] apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g[/pre]
# <pre> apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g</pre>
# Nun starten wir Airsonos:
# Nun starten wir Airsonos:
[pre] airsonos[/pre]
<pre> airsonos</pre>


'''Damit kann nun egal welches Device (ich habe ein iPhone 4) per Airplay direkt über die DS auf die sonos devices streamen.'''
'''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:
Die DS ist somit der AirPlay Server:


[pre]Searching for Sonos devices on network...
<pre>Searching for Sonos devices on network...
Setting up AirSonos for Lounge {192.168.188.56:1400} [/pre]
Setting up AirSonos for Lounge {192.168.188.56:1400} </pre>




# Allgemeine Infos zu Airplay von Apple:
# Allgemeine Infos zu Airplay von Apple:
[URL="https://support.apple.com/en-us/HT204289"]https://support.apple.com/en-us/HT204289[/URL]
[https://support.apple.com/en-us/HT204289]
 


== Epilog ==
== Epilog ==

Version vom 4. April 2015, 15:07 Uhr

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. Neu starten!

Installation

  1. ssh auf die DS
  2. /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. 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.  apt-get install nodejs && apt-get install libavahi-compat-libdnssd-dev libasound2-dev && npm install airsonos -g
  7. 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} 


  1. Allgemeine Infos zu Airplay von Apple:

[1]

Epilog

Mal sollte eine Multisession verwenden.

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