06-09-2025, 06:17 PM
Thats odd.
To troubleshoot try the following:
- Choose one of the the Pi's for testing
- Turn ON AirPlay in Renderer Config
- Terminate shairport-sync and run it from the command line with verbose -vv debug logging
- Examine the AirPlay log
To troubleshoot try the following:
- Choose one of the the Pi's for testing
- Turn ON AirPlay in Renderer Config
- Terminate shairport-sync and run it from the command line with verbose -vv debug logging
Code:
# Terminate
sudo killall shairport-sync
# Run with -vv debug logging
sudo shairport-sync -vv -a "AIRPLAY-TEST" -- -d _audioout > /var/log/moode_shairport-sync.log
# The name AIRPLAY-TEST should show up on your iPhone
- Examine the AirPlay log
Code:
cat /var/log/moode_shairport-sync.log