06-10-2018, 02:29 PM
1) Configure, System, SET Debug logging ON
2) Menu, Audio, SET Airplay OFF, then SET back ON, then SET back OFF
3) Menu, System, SET Debug logging OFF
4) cat /var/log/moode.log
Look for the shairport-sync launch string. It will be something like the example below:
5) Run the launch string with debug logging (-vv) and without the > redirection. Like example below.
It will print debug infomation to the console that you can post back to this thread. I'll have a look.
-Tim
2) Menu, Audio, SET Airplay OFF, then SET back ON, then SET back OFF
3) Menu, System, SET Debug logging OFF
4) cat /var/log/moode.log
Look for the shairport-sync launch string. It will be something like the example below:
Code:
20180610 095525 worker: (/usr/local/bin/shairport-sync -a "RP3 Airplay" -S soxr -w -B /var/local/www/commandw/spspre.sh -E /var/local/www/commandw/spspost.sh -- -d hw:0 -c "Master" > /dev/null 2>&1 &)
5) Run the launch string with debug logging (-vv) and without the > redirection. Like example below.
Code:
sudo /usr/local/bin/shairport-sync -vv -a "RP3 Airplay" -S soxr -w -B /var/local/www/commandw/spspre.sh -E /var/local/www/commandw/spspost.sh -- -d hw:0 -c "Master"
It will print debug infomation to the console that you can post back to this thread. I'll have a look.
-Tim