Image for https://github.com/lee-staples/udm-utilities/tree/master/snapcast-server
218
Run SnapCast server on your UDM, using debian container. https://github.com/badaix/snapcast
Avahi and Dbus enabled installed for zeroconf
Mplayer install to stream audio
Future version to expose http and enable client connection from AirPort/DLNA
The official repo is lee.staples/snapcast-server-udm. Latest will always refer to the latest builds, there are also tags for each snapcast-server-udm release (e.g. 1.0.0).
The Dockerfile is included, you can build it locally on your UDM if you don't want to pull from Docker Hub or make customizations
podman build . -t snapcast-server-udm:latest
Building from another device is possible. You must have buildx and qemu-static-user installed to do cross platform builds. This is useful if you want to mirror to a private repo
docker buildx build --platform linux/arm64/v8 -t snapcast-server-udm:latest .
podman run --detach --name snapcast-server --hostname snapcast-server --net br0 \
--volume /mnt/data/snapcast-server/snapserver.conf:/etc/snapserver.conf \
--volume /mnt/data/snapcast-server/server.json:/var/lib/snapserver/server.json \
leestaples/snapcast-server-udm:latest
Content type
Image
Digest
Size
179.7 MB
Last updated
over 5 years ago
docker pull leestaples/snapcast-server-udm