mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Add server section to config
This commit is contained in:
parent
22262bd203
commit
ea62d8d768
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,17 @@
|
|||
# uncomment and edit to change them
|
||||
|
||||
|
||||
# General server settings #####################################################
|
||||
#
|
||||
[server]
|
||||
# Number of threads to use
|
||||
# For values <= 0 the number of threads will be 2 (on single and dual cores)
|
||||
# or 4 (for quad and more cores)
|
||||
#threads = -1
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
# HTTP RPC ####################################################################
|
||||
#
|
||||
[http]
|
||||
|
@ -72,6 +83,7 @@
|
|||
# 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 = experimental.tcp://127.0.0.1?name=mopidy_tcp
|
||||
|
||||
# Default sample format
|
||||
#sampleformat = 48000:16:2
|
||||
|
|
Loading…
Add table
Reference in a new issue