04-10-2018, 03:12 PM
Its for switching to other players UI. It uses multicast DNS to discover the other players and then a certain Linux command to determine the players IP address.
Try running the commands below and then post the output
pi@rp3:~ $ avahi-browse -a -t | awk '/IPv4/ && /moOde audio player:/ {print $7}' | sort
moode
rp1
rp2
rp3
rp4
rp5
pi@rp3:~ $ getent hosts rp1
192.168.1.170 rp1
pi@rp3:~ $
-Tim
Try running the commands below and then post the output
pi@rp3:~ $ avahi-browse -a -t | awk '/IPv4/ && /moOde audio player:/ {print $7}' | sort
moode
rp1
rp2
rp3
rp4
rp5
pi@rp3:~ $ getent hosts rp1
192.168.1.170 rp1
pi@rp3:~ $
-Tim