mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-01 23:53:35 +05:00
6 lines
374 B
Text
6 lines
374 B
Text
ListenAddr = "http://0.0.0.0:80" # addr:port or :port or path to unix socket
|
|
BufferSize = 128 # encoded file buffer in MiB
|
|
Bitrate = 32 # encoded file bitrate in kbit/s
|
|
Codec = "libopus" # ffmpeg codec
|
|
Format = "opus" # ffmpeg format
|
|
ContentType = "audio/ogg" # Content-Type header for served files
|