Init
This commit is contained in:
commit
39073d8f3a
15 changed files with 297 additions and 0 deletions
14
snapcast/data/snapserver.conf
Normal file
14
snapcast/data/snapserver.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
[stream]
|
||||
source = pipe:///tmp/snapfifo?name=Default
|
||||
source = tcp://127.0.0.1:4953?name=Mopidy
|
||||
#source = librespot:///usr/bin/librespot?name=Spotify&devicename=Snapcast&autoplay=true&volume=90
|
||||
source = pipe:///tmp/snapfifo_librespot?name=Spotify&sampleformat=44100:16:2
|
||||
|
||||
[logging]
|
||||
filter = debug
|
||||
|
||||
[http]
|
||||
doc_root = /usr/share/snapserver/snapweb/
|
||||
|
||||
[streaming_client]
|
||||
initial_volume = 10
|
Loading…
Add table
Add a link
Reference in a new issue