24 lines
559 B
Plaintext
24 lines
559 B
Plaintext
[server]
|
|
threads = -1
|
|
|
|
[http]
|
|
enabled = true
|
|
bind_to_address = 0.0.0.0
|
|
port = 1780
|
|
doc_root = /usr/share/snapserver/snapweb
|
|
|
|
[tcp]
|
|
enabled = true
|
|
bind_to_address = 0.0.0.0
|
|
port = 1705
|
|
|
|
[stream]
|
|
# Mopidy audio output (GStreamer filesink → FIFO)
|
|
stream = pipe:///audio/mopidy.fifo?name=Mopidy&sampleformat=48000:16:2&chunk_ms=20&mode=read&dryout_ms=2000
|
|
|
|
# Turntable (written by the host-side turntable-capture service)
|
|
stream = pipe:///audio/turntable.fifo?name=Turntable&sampleformat=48000:16:2&chunk_ms=20&mode=read&dryout_ms=2000
|
|
|
|
[logging]
|
|
debug = false
|