Files
2026-05-16 22:46:17 +02:00

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