mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-03 00:03:37 +05:00
Initial commit
This commit is contained in:
commit
01138252ac
16 changed files with 1195 additions and 0 deletions
6
promodj.conf
Normal file
6
promodj.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
ListenAddr = ":80" # addr:port or :port
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue