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…“)
 
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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.


== Vorbereitung ==
== Vorbereitung ==


# Debian Chroot installieren (per [https://synocommunity.com/#easy-install SynoCommunity]
# Debian Chroot installieren (per [https://synocommunity.com/#easy-install SynoCommunity] )
# Neu starten!
# DS unbedingt neu starten!


== Installation ==
== Installation ==
# ssh auf die DS
# ssh auf die DS
# <pre>/var/packages/debian-chroot/scripts/start-stop-status chroot</pre>
# Punch in: <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]
# Punch in: <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]
# Punch in: <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]
Punch in: <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 ==
Mal sollte eine Multisession verwenden.  
Mal sollte eine Multisession verwenden.  


# [pre]apt-get install tmux && tmux[/pre]
# <pre>apt-get install tmux && tmux</pre>
# [pre]airsonos[/pre]
# <pre>airsonos</pre>
# Tastenkombi: Strg+B, d zum Detach ähnlich screen
# Tastenkombi: Strg+B, d zum Detach ähnlich screen

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

  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