forked from abrasive/shairport
-
-
Notifications
You must be signed in to change notification settings - Fork 631
Open
Description
What happened?
Hey Mike and charles,
Something seems to be off on the latest development image, no errors in log (without verbosity option).
No audio is output by mikebrady/shairport-sync:development latest docker image (26f91f1) when audio playback finishes on current track and the player automatically plays the next track. Audio is output when seek functionality is used on the player. The docker image from 4ce14e1 works fine.
Relevant log output
System Information.
Docker 29 on raspberry pi 4B (4 GB) 64 bit raspbian.
Configuration Information.
From "uname -a":
Linux raspberrypi 6.12.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 Linux
From /etc/os-release:
Alpine Linux edge
Shairport Sync Version String:
5.0-dev-92-g26f91f1e-dirty-AirPlay2-smi10-OpenSSL-Avahi-ALSA-PulseAudio-PipeWire-dummy-stdout-pipe-soxr-convolution-metadata-mqtt-dbus-mpris-sysconfdir:/etc
Command Line:
shairport-sync --displayConfig
Configuration File:
/etc/shairport-sync.conf
Configuration File Settings:
general :
{
name = "Lights";
output_backend = "pulseaudio";
airplay_device_id_offset = 20;
airplay_device_id = 0xBBBBBBBBBBBBL;
ignore_volume_control = "yes";
};
mqtt :
{
enabled = "yes";
hostname = "192.168.1.10";
port = 1883;
topic = "shairport/lights";
publish_parsed = "yes";
enable_remote = "yes";
};PulseAudio or PipeWire installed?
- Check if your system uses a Sound Server.
How did you install Shairport Sync?
Docker
Check previous issues
- Confirm
Reactions are currently unavailable