- temp commit

This commit is contained in:
James 2011-08-03 10:05:42 -04:00
parent 66b1a6794e
commit c79fb81c37
3 changed files with 30 additions and 8 deletions

View file

@ -6,11 +6,14 @@
# Output settings #
###########################################
output_sound_device = false
output_icecast_vorbis = true
output_icecast_mp3 = false
output_icecast_s1 = %%s1_stream%%
output_icecast_s2 = %%s2_stream%%
output_icecast_s3 = %%s3_stream%%
output_shoutcast = false
#output_bitrate = 128
output_s1_bitrate = %%s1_bitrate%%
output_s2_bitrate = %%s2_bitrate%%
output_s3_bitrate = %%s3_bitrate%%
#output_samplerate = 44100
#output_stereo = true
@ -28,13 +31,18 @@ icecast_port = 8000
icecast_pass = "hackme"
# Icecast mountpoint names
mount_point_mp3 = "airtime.mp3"
mount_point_vorbis = "airtime.ogg"
mount_point_s1 = "%%s1_mount_point%%"
mount_point_s2 = "%%s2_mount_point%%"
mount_point_s3 = "%%s3_mount_point%%"
# Webstream metadata settings
icecast_url = "http://airtime.sourcefabric.org"
icecast_description = "Airtime Radio!"
icecast_genre = "genre"
icecast_s1_description = "%%s1_description%%"
icecast_s2_description = "%%s2_description%%"
icecast_s3_description = "%%s3_description%%"
icecast_s1_genre = "%%s1_genre%%"
icecast_s2_genre = "%%s2_genre%%"
icecast_s3_genre = "%%s3_genre%%"
# Audio stream metadata for vorbis/ogg is disabled by default
# due to a number of client media players that disconnect

View file

@ -56,7 +56,7 @@ if output_sound_device then
ignore(output.alsa(s))
end
if output_icecast_mp3 then
if output_icecast_s1 then
#format = %mp3(bitrate=192, samplerate=44100, stereo=false)
ignore(output.icecast(%mp3,