- some unintended changes were pushed to devel
This commit is contained in:
parent
c0e07dbd9e
commit
773f948d58
3 changed files with 8 additions and 30 deletions
|
@ -6,14 +6,11 @@
|
|||
# Output settings #
|
||||
###########################################
|
||||
output_sound_device = false
|
||||
output_icecast_s1 = %%s1_stream%%
|
||||
output_icecast_s2 = %%s2_stream%%
|
||||
output_icecast_s3 = %%s3_stream%%
|
||||
output_icecast_vorbis = true
|
||||
output_icecast_mp3 = false
|
||||
output_shoutcast = false
|
||||
|
||||
output_s1_bitrate = %%s1_bitrate%%
|
||||
output_s2_bitrate = %%s2_bitrate%%
|
||||
output_s3_bitrate = %%s3_bitrate%%
|
||||
#output_bitrate = 128
|
||||
#output_samplerate = 44100
|
||||
#output_stereo = true
|
||||
|
||||
|
@ -31,18 +28,13 @@ icecast_port = 8000
|
|||
icecast_pass = "hackme"
|
||||
|
||||
# Icecast mountpoint names
|
||||
mount_point_s1 = "%%s1_mount_point%%"
|
||||
mount_point_s2 = "%%s2_mount_point%%"
|
||||
mount_point_s3 = "%%s3_mount_point%%"
|
||||
mount_point_mp3 = "airtime.mp3"
|
||||
mount_point_vorbis = "airtime.ogg"
|
||||
|
||||
# Webstream metadata settings
|
||||
icecast_url = "http://airtime.sourcefabric.org"
|
||||
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%%"
|
||||
icecast_description = "Airtime Radio!"
|
||||
icecast_genre = "genre"
|
||||
|
||||
# Audio stream metadata for vorbis/ogg is disabled by default
|
||||
# due to a number of client media players that disconnect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue