Hab jetzt mal das shairport Paket ausprobiert.
Positiv: Die Standard-Music-App auf dem iPad erkennt's und spielt Musik wunderbar darüber ab
Negativ:
Die Musik-App meines NAS (also "DS audio" da Synology) findet auch den Shairport, kaum möchte ich darüber spielen, verschwindet es aus der Liste der verfügbaren Geräte.
Ein Check auf dem
WG zeigt mir, dass der Prozess sich beendet hat.
Also mal per Hand:
Code:
root@wiregate655:/var/log# /usr/bin/shairport.pl -v
**************************************
* IO::Socket::INET6 not present! *
* Install this if iTunes won't play. *
**************************************
Listening...
Established under name '51F07308BF03@ShairPort 3865 on wiregate655'
So weit so gut. Nun mal einen Titel abspielen:
Code:
New connection from 192.168.0.30
REQ: OPTIONS
REQ: ANNOUNCE
Use of uninitialized value in print at /usr/bin/shairport.pl line 639.
Use of uninitialized value in subroutine entry at /usr/bin/shairport.pl line 641.
avahi daemon terminated or 'avahi-publish-service' binary not found at /usr/bin/shairport.pl line 237.
Audio Stream
Mist. Zumindest mal avahi checken:
Code:
root@wiregate655:/var/log# locate avahi-publish-service
/usr/bin/avahi-publish-service
root@wiregate655:/var/log# ps aux | grep avahi
106 1721 0.0 0.3 1944 740 ? S Oct17 0:10 avahi-autoipd: [eth0] bound 169.254.6.54
root 1722 0.0 0.1 1732 252 ? Ss Oct17 0:00 avahi-autoipd: [eth0] callout dispatcher
avahi 2634 0.0 0.6 2928 1528 ? S Oct17 0:13 avahi-daemon: running [wiregate655.local]
avahi 2635 0.0 0.1 2800 328 ? Ss Oct17 0:00 avahi-daemon: chroot helper
Hat jemand eine Ahnung was hier schief läuft?