New internal state for CORS requests, prototype server switcher modal

This commit is contained in:
James Barnsley
2021-10-09 16:40:27 +13:00
parent 2e8205bd26
commit e96344d4f2
15 changed files with 677 additions and 562 deletions

View File

@ -33,6 +33,7 @@ bind_to_address = 0.0.0.0
# serve a website from the doc_root location
# doc_root = /etc/default/snapweb
doc_root = /usr/share/snapserver/snapweb/
#
###############################################################################
@ -72,7 +73,8 @@ bind_to_address = 0.0.0.0
# 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=Mopidy&sampleformat=48000:16:2
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2
stream = pipe:///tmp_secondary/snapfifo?name=Secondary&sampleformat=48000:16:2
# Default sample format
#sampleformat = 48000:16:2