# this section describes general aspects of the live streaming session [general] duration = 0 # duration of encoding, in seconds. 0 means forever bufferSecs = 5 # size of internal slip buffer, in seconds # this section describes the audio input that will be streamed [input] device = /dev/dsp # OSS DSP soundcard device for the audio input sampleRate = 22050 # sample rate in Hz. try 11025, 22050 or 44100 bitsPerSample = 16 # bits per sample. try 16 channel = 2 # channels. 1 = mono, 2 = stereo [icecast2-0] bitrateMode = abr format = mp3 bitrate = 96 server = 172.16.16.16 port = 8000 password = hackme123 mountPoint = stream96.mp3 name = DarkIce Test mp3 description = This is only a trial url = http://www.yourserver.com genre = my own public = yes [icecast2-1] bitrateMode = abr format = vorbis bitrate = 96 server = 172.16.16.16 port = 8000 password = hackme123 mountPoint = stream96.ogg name = DarkIce Test Ogg description = this is a test url = http://localhost/ genre = my own public = yes