[Icecast] Desperate for a decent icecast client for Ubuntu 12.04
Paul Martin
pm at nowster.me.uk
Wed Nov 14 16:46:01 UTC 2012
On Wed, Nov 14, 2012 at 05:12:51PM +0100, michel memeteau wrote:
> Thanks, did anyone made a kind of GUI for ices ?
I personally use "darkice". The configuration is fairly simple. Here
I'm providing three streams from the same source, one as Vorbis, one
as MP3, and one as AAC+.
[general]
bufferSecs = 5
duration = 0
reconnect = yes
[input]
device = hw:0,0
sampleRate = 48000
bitsPerSample = 16
channel = 2
[icecast2-0]
format = vorbis
bitrateMode = vbr
quality = 0.0
server = localhost
port = 8000
password = PaSSWoRD
mountPoint = radio.ogg
name = MY RADIO
description = My Description
[icecast2-1]
format = mp3
bitrateMode = cbr
bitrate = 128
quality = 1
server = localhost
port = 8000
password = PaSSWoRD
mountPoint = radio.mp3
name = MY RADIO
description = My Description
[icecast2-2]
format = aacp
bitrateMode = cbr
bitrate = 64
quality = 0.8
server = localhost
port = 8000
password = PaSSWoRD
mountPoint = radio.aac
name = MY RADIO
description = My Description
--
Paul Martin <pm at nowster.me.uk>
More information about the Icecast
mailing list