Sign inSign up

hbdk/snapcast-client

By hbdk

Updated over 4 years ago

A small alpine based snap client using the package

Image
0

1.3K

hbdk/snapcast-client repository overview

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:*

Tag summary

Content type

Image

Digest

Size

5.3 MB

Last updated

over 4 years ago

docker pull hbdk/snapcast-client