Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
b46abe0234
4 changed files with 54 additions and 34 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"
|
||||
|
||||
|
|
|
@ -57,6 +57,8 @@ if output_sound_device then
|
|||
end
|
||||
|
||||
if output_icecast_mp3 then
|
||||
|
||||
#format = %mp3(bitrate=192, samplerate=44100, stereo=false)
|
||||
ignore(output.icecast(%mp3,
|
||||
host = icecast_host,
|
||||
port = icecast_port,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue