Date: Wed, 12 Apr 2000 07:51:10 -0700 From: Tim Pozar <pozar@lns.com> To: Alan Clegg <abc@firehouse.net> Cc: Bryan Collins <bryan@casper.spirit.net.au>, multimedia@FreeBSD.ORG Subject: Re: Ok, anyone with icecast/liveice running right under 4.0? Message-ID: <20000412075110.A98647@lns.com> In-Reply-To: <20000412100855.B357@laptop.firehouse.net>; from abc@firehouse.net on Wed, Apr 12, 2000 at 10:08:55AM -0400 References: <20000412014112.A37923@laptop.firehouse.net> <200004120604.QAA69501@casper.spirit.net.au> <20000411234440.A98517@lns.com> <20000412100855.B357@laptop.firehouse.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 12, 2000 at 10:08:55AM -0400, Alan Clegg wrote:
> Out of the ether, Tim Pozar spewed forth the following bitstream:
> > I do have a 4.0 system here running icecast. I did have to skip
> > liveice as I had quite a bit of trouble with it (pipes, configuration,
> > etc.) I wrote my own live encoder in perl that I call "mixice".
>
> And it works like a charm! Guess what. liveice was the problem. I'm
> now running a 16KB stream just PERFECTLY!
>
> Oh.. one nit.. the perl script does not call catdsp, it calls
> dsccomething. If you want me to submit a patch, I will. 8-)
Damn... I have an older version up there using esdrec. Ya... You
want a line that looks more like:
open(STREAM, "catdsp -d $device -r $samplerate $catdspmono | lame -s $ksamplerate -p -S $lamemono -b $kbitrate -f -x -r - |");
or if you are using the Fraunhofer codec...
open(STREAM, "catdsp -d $device -r $samplerate $catdspmono | /usr/local/mp3enc31/mp3enc31 -sti -sto -l3wav -v -qual 0 $mp3encmono -br $bitrate -sr $samplerate |");
Change the arguments as needed... :-)
I will post a more current mixice up there today.
I had problems with ESDREC stuffing extra data into the stream so
I wrote my own.
> Many thanks for all the things you have done for the community Tim!
<blush> Thanks...
Tim
--
Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247
"It's a damn poor mind that can only think of one way to spell a word."
- Andrew Jackson
"What is wanted is not the will to believe, but the will to find out,
which is the exact opposite." - Bertrand Russel
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000412075110.A98647>
