Add server section to config

This commit is contained in:
badaix 2019-11-27 23:03:47 +01:00
parent 22262bd203
commit ea62d8d768

View file

@ -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