OK, i have identified another issue...
originally, i have been running forked-daapd on my RaspberryPi (on wheezy) in version 24.2. When trying to solve my "grouping" problem i didnt find a way to update this version due to a lack of repositories (
http://www.gyfgafguf.dk/raspbian/forked-daapd/ doesnt have a wheezy path anymore), so i installed it on my OrangePi under jessie in the most recent version.
Now i finally wanted to play one of my songs via airplay to my speakers only to find that it doesnt have any airplay speakers available...
i hope that this log snippet is useful for anything:
Code: Select all
[email protected]:~# sudo service forked-daapd restart; tail -f -n 20 /var/log/forked-daapd.log | grep raop
[2018-02-02 14:12:03] [DEBUG] raop: Timing IPv4 port: 41025
[2018-02-02 14:12:03] [DEBUG] raop: Control IPv4 port: 56456
[2018-02-02 14:12:03] [DEBUG] mdns: Adding service browser for type _raop._tcp
[2018-02-02 14:12:04] [DEBUG] mdns: Avahi Browser (_raop._tcp): no more results (CACHE_EXHAUSTED)
[2018-02-02 14:12:04] [DEBUG] mdns: Avahi Browser (_raop._tcp): no more results (ALL_FOR_NOW)
when i checked with mzclient, i saw that they *should* be there:
the respective snippet from my (working) RaspberryPi
Code: Select all
[email protected] ~ $ sudo service forked-daapd restart ; tail -f -n 30 /var/log/forked-daapd.log | grep raop
[....] Restarting DAAP/DACP (iTunes) server, support for AirPlay and Spotify: forked-daapd[ LOG] main: Forked Media Server Version 24.2 taking off
[ LOG] main: Built 2016-12-11 with: --enable-itunes --enable-spotify --enable-lastfm --enable-chromecast --enable-mpd --with-alsa --with-pulseaudio
[DEBUG] main: Initialized with gcrypt 1.5.0
. ok
[2018-02-02 14:21:16] [DEBUG] raop: Timing IPv4 port: 60113
[2018-02-02 14:21:16] [DEBUG] raop: Control IPv4 port: 49026
[2018-02-02 14:21:16] [DEBUG] mdns: Adding service browser for type _raop._tcp
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Browser: NEW service '[email protected] (LibreELEC)' type '_raop._tcp' proto 0
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Browser: NEW service '[email protected]' type '_raop._tcp' proto 0
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Browser: NEW service '[email protected]' type '_raop._tcp' proto 0
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Browser (_raop._tcp): no more results (CACHE_EXHAUSTED)
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Resolver: resolved service '[email protected] (LibreELEC)' type '_raop._tcp' proto 0, host LibreELEC.local
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Record Browser (LibreELEC.local, proto 0): NEW record 192.168.1.112 for service type '_raop._tcp'
[2018-02-02 14:21:17] [DEBUG] raop: Event for AirPlay device Kodi (LibreELEC) (port 36666, id 102030405)
[2018-02-02 14:21:17] [ INFO] raop: Adding AirPlay device [email protected] (LibreELEC): password: 0, encrypt: 1, metadata: 1, type Other, address 192.168.1.112:36666
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Resolver: resolved service '[email protected]' type '_raop._tcp' proto 0, host AEX-Dach.local
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Resolver: resolved service '[email protected]' type '_raop._tcp' proto 0, host AEX-Keller.local
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Record Browser (AEX-Dach.local, proto 0): NEW record 192.168.1.248 for service type '_raop._tcp'
[2018-02-02 14:21:17] [DEBUG] raop: Event for AirPlay device Dachgeschoss (port 5000, id 581faae9cc04)
[2018-02-02 14:21:17] [ INFO] raop: Adding AirPlay device [email protected]: password: 0, encrypt: 1, metadata: 0, type AirPort Express 2 - 802.11n, address 192.168.1.248:5000
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Record Browser (AEX-Keller.local, proto 0): NEW record 192.168.1.249 for service type '_raop._tcp'
[2018-02-02 14:21:17] [DEBUG] raop: Event for AirPlay device Keller (port 5000, id 23dff94e2e)
[2018-02-02 14:21:17] [ INFO] raop: Adding AirPlay device [email protected]: password: 0, encrypt: 1, metadata: 0, type AirPort Express 2 - 802.11n, address 192.168.1.249:5000
[2018-02-02 14:21:17] [DEBUG] mdns: Avahi Browser (_raop._tcp): no more results (ALL_FOR_NOW)
do you have any clue why the new installation doesnt "see" the airplay devices? can i resolve anything there on my own?