mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-03 00:03:37 +05:00
Allow to listen unix socket
This commit is contained in:
parent
4451458dc2
commit
286577dd90
4 changed files with 26 additions and 8 deletions
12
promodj.conf
12
promodj.conf
|
@ -1,6 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue