From 23d0175ba189871bbed6e85df2c69a5c264961f9 Mon Sep 17 00:00:00 2001 From: darkeye Date: Fri, 10 Nov 2000 20:18:14 +0000 Subject: [PATCH] updated to reflect new configuration options --- darkice/trunk/darkice.cfg | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/darkice.cfg b/darkice/trunk/darkice.cfg index 7e02c01..8c49142 100644 --- a/darkice/trunk/darkice.cfg +++ b/darkice/trunk/darkice.cfg @@ -1,5 +1,6 @@ [general] duration = 60 +bufferSecs = 5 [input] device = /dev/dsp @@ -14,10 +15,27 @@ bitrate = 96 server = yp.yourserver.com port = 8000 password = hackme -mountPoint = live +mountPoint = live96 name = DarkIce trial description = This is only a trial url = http://www.yourserver.com genre = live public = no +remoteDumpFile = /tmp/live96.mp3 + +[lame0] +encoder = notlame +bitrate = 24 +lowpass = 8500 + +server = yp.yourserver.com +port = 8000 +password = hackme +mountPoint = live24 +name = DarkIce trial +description = This is only a trial +url = http://www.yourserver.com +genre = live +public = no +remoteDumpFile = /tmp/live24.mp3