A small alpine based snap client using the package
1.3K
docker run --device /dev/snd hbdk/snapcast-client:latest -h 192.168.1.113 --sampleformat 48000:16:*
version: "3"
services:
client:
image: hbdk/snapcast-client:latest
hostname: <Your desired name this client>
restart: unless-stopped
devices:
- "/dev/snd:/dev/snd"
command: -h 192.168.1.113 --sampleformat 48000:16:*
Content type
Image
Digest
Size
5.3 MB
Last updated
over 4 years ago
docker pull hbdk/snapcast-client