Adding snapserver example, removing old one
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ npm-debug.log
|
||||
.idea
|
||||
._*
|
||||
venv
|
||||
docker/snapserver.conf
|
||||
docker/mopidy.conf
|
||||
docker/data/
|
||||
docker/jellyfin/
|
||||
|
||||
3
docker/snapserver.conf → docker/snapserver-example.conf
Executable file → Normal file
3
docker/snapserver.conf → docker/snapserver-example.conf
Executable file → Normal file
@ -73,8 +73,7 @@ doc_root = /usr/share/snapserver/snapweb/
|
||||
# stream URI of the PCM input stream, can be configured multiple times
|
||||
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
|
||||
#stream = pipe:///tmp/snapfifo?name=default
|
||||
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2
|
||||
stream = pipe:///tmp_secondary/snapfifo?name=Secondary&sampleformat=48000:16:2
|
||||
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2&control_url=http://localhost:6680
|
||||
|
||||
# Default sample format
|
||||
#sampleformat = 48000:16:2
|
||||
Reference in New Issue
Block a user