diff --git a/server/etc/snapserver.conf b/server/etc/snapserver.conf index ff6a4618..991da8d7 100644 --- a/server/etc/snapserver.conf +++ b/server/etc/snapserver.conf @@ -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