CC-2590 : Make bitrate for liquidsoap and show-recorder adjustable from the config file
This commit is contained in:
parent
1366b159f2
commit
f0bf7c00c3
4 changed files with 58 additions and 38 deletions
|
@ -10,6 +10,10 @@ output_icecast_vorbis = true
|
|||
output_icecast_mp3 = false
|
||||
output_shoutcast = false
|
||||
|
||||
output_bitrate = 128
|
||||
output_samplerate = 44100
|
||||
output_stereo = true
|
||||
|
||||
###########################################
|
||||
# Logging settings #
|
||||
###########################################
|
||||
|
@ -23,7 +27,7 @@ icecast_host = "127.0.0.1"
|
|||
icecast_port = 8000
|
||||
icecast_pass = "hackme"
|
||||
|
||||
# Icecast mountpoint names
|
||||
# Icecast mountpoint names
|
||||
mount_point_mp3 = "airtime.mp3"
|
||||
mount_point_vorbis = "airtime.ogg"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue