Skip to content

mill1000/docker-gmrender-resurrect-snapcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-gmrender-resurrect-snapcast

A Docker image for gmrender-resurrect tailored for use with a Snapcast server.

Compose Example

services:
  gmrender-resurrect:
    image: ghcr.io/mill1000/gmrender-resurrect-snapcast:latest
    container_name: gmrender-resurrect
    restart: unless-stopped
    network_mode: host
    environment:
      FRIENDLY_NAME: "Snapcast"
      OPTIONS: "--mime-filter audio --gstout-audiopipe 'audioresample ! audioconvert ! audio/x-raw,rate=44100,format=S16LE,channels=2 ! filesink location=/snapcast/gmrender-resurrect'"
    volumes:
      - snapcast-pipes:/snapcast

volumes:
  snapcast-pipes:

About

Docker image of gmrender-resurrect tailored for Snapcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages