CC-2590: Make bitrate for liquidsoap adjustable, support multiple
stream - done
This commit is contained in:
parent
3dca3fd800
commit
4125f83ae7
3 changed files with 65 additions and 141 deletions
|
@ -7,19 +7,16 @@
|
|||
###########################################
|
||||
output_sound_device = false
|
||||
output_s1 = "icecast"
|
||||
output_s2 = "icecast"
|
||||
output_s3 = "shoutcast"
|
||||
output_s2 = "disabled"
|
||||
output_s3 = "disabled"
|
||||
|
||||
s1_type = "mp3"
|
||||
s1_type = "ogg"
|
||||
s2_type = "ogg"
|
||||
s3_type = "mp3"
|
||||
|
||||
#output_bitrate = 128
|
||||
s1_bitrate = 64
|
||||
s1_bitrate = 128
|
||||
s2_bitrate = 128
|
||||
s3_bitrate = 128
|
||||
#output_samplerate = 44100
|
||||
#output_stereo = true
|
||||
s3_bitrate = 160
|
||||
|
||||
###########################################
|
||||
# Logging settings #
|
||||
|
@ -35,23 +32,23 @@ s2_host = "127.0.0.1"
|
|||
s3_host = "127.0.0.1"
|
||||
s1_port = 8000
|
||||
s2_port = 8000
|
||||
s3_port = 9000
|
||||
s3_port = 8000
|
||||
s1_pass = "hackme"
|
||||
s2_pass = "hackme"
|
||||
s3_pass = "testing"
|
||||
s3_pass = "hackme"
|
||||
|
||||
# Icecast mountpoint names
|
||||
s1_mount = "airtime_64.mp3"
|
||||
s1_mount = "airtime_128.ogg"
|
||||
s2_mount = "airtime_128.ogg"
|
||||
s3_mount = "airtime_128.ogg"
|
||||
s3_mount = "airtime_160.mp3"
|
||||
|
||||
# Webstream metadata settings
|
||||
s1_url = "http://airtime.sourcefabric.org"
|
||||
s2_url = "http://airtime.sourcefabric.org"
|
||||
s3_url = "http://airtime.sourcefabric.org"
|
||||
s1_description = "Airtime Radio!"
|
||||
s2_description = "Airtime Radio!"
|
||||
s3_description = "Airtime Radio!"
|
||||
s1_description = "Airtime Radio! stream1"
|
||||
s2_description = "Airtime Radio! stream2"
|
||||
s3_description = "Airtime Radio! stream3"
|
||||
s1_genre = "genre"
|
||||
s2_genre = "genre"
|
||||
s3_genre = "genre"
|
||||
|
@ -62,14 +59,3 @@ s3_genre = "genre"
|
|||
# mplayer and VLC have this problem. Enable this option at your
|
||||
# own risk!
|
||||
output_icecast_vorbis_metadata = false
|
||||
|
||||
###########################################
|
||||
# Shoutcast Stream settings #
|
||||
###########################################
|
||||
#shoutcast_host = "127.0.0.1"
|
||||
#shoutcast_port = 9000
|
||||
#shoutcast_pass = "testing"
|
||||
|
||||
# Webstream metadata settings
|
||||
#shoutcast_url = "http://airtime.sourcefabric.org"
|
||||
#shoutcast_genre = "genre"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue