Adding snapserver example, removing old one

This commit is contained in:
James Barnsley
2021-10-23 13:28:55 +13:00
parent 319471154c
commit 35b95306db
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ npm-debug.log
.idea .idea
._* ._*
venv venv
docker/snapserver.conf
docker/mopidy.conf docker/mopidy.conf
docker/data/ docker/data/
docker/jellyfin/ docker/jellyfin/

View File

@ -73,8 +73,7 @@ doc_root = /usr/share/snapserver/snapweb/
# stream URI of the PCM input stream, can be configured multiple times # stream URI of the PCM input stream, can be configured multiple times
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT] # Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
#stream = pipe:///tmp/snapfifo?name=default #stream = pipe:///tmp/snapfifo?name=default
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2 stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2&control_url=http://localhost:6680
stream = pipe:///tmp_secondary/snapfifo?name=Secondary&sampleformat=48000:16:2
# Default sample format # Default sample format
#sampleformat = 48000:16:2 #sampleformat = 48000:16:2