scootsoftware/snapclient

By scootsoftware

Updated about 2 years ago

Snapcast Client Docker image with support for ALSA

Image
Networking
0

1.1K

scootsoftware/snapclient repository overview

Snapcast Client Docker Image

Snapcast Client Docker image with support for ALSA. Avahi and Pulse Audio are not currently supported.

Docker

docker run -d --name snapclient --device /dev/snd scootsoftware/snapclient -h {SERVER_IP} -s {ALSA_DEVICE}

Docker Compose

version: '3'
services:
  snapclient:
    container_name: snapclient
    image: scootsoftware/snapclient
    restart: unless-stopped
    devices:
      - /dev/snd:/dev/snd
    command: -h {SERVER_IP} -s {ALSA_DEVICE}
      

For additional documentation see here: https://github.com/badaix/snapcast#client

Tag summary

Content type

Image

Digest

sha256:f3ea15a71

Size

27.3 MB

Last updated

about 2 years ago

docker pull scootsoftware/snapclient:0.28.0