"Christopher W. Curtis" wrote:
> Daryl Pawluk wrote:
> >
> > > i have icecast running. but you'll notice that it says the transmitter is
> > > already running.
>
> I don't use icecast, so I really have no idea how it works...
>
> > the libshout problem is caused by libshout being in /usr/lib. i moved it to
> > usr/local/lib and ./configure finds it. that's kind of strange!
>
> That sounds like a bug in the configure script; but I can't think how it
> would fail without explicitly trying to make it so. After you run
> configure, it creates a config.log file that shows exactly what it was
> trying to do and what the error message was when it failed.
>
> Chris
> _______________________________________________
> Obs-dev mailing list
> [EMAIL PROTECTED]
> http://www.freeamp.org/mailman/listinfo/obs-dev
i noticed when i tried to build freeamp it's ./configure couldn't find a lot of
the libraries and .h files that are installed in /usr/lib /usr/include either.
there must be something wrong with the autoconfig setup on my system. i'm using
debian woody.
found the problem with Xmit: Cannot start transmitter...
in xmit/HTTPTranmitter.cpp: eCurrentState is not initialized
HTTPTransmitter::HTTPTransmitter(Mixer *pMixerArg)
:Transmitter(pMixerArg)
{
eCurrentState = e_Stopped; // add this line here!
pthread_cond_init(&sCond, NULL);
pthread_mutex_init(&sMutex, NULL);
}
and obsd works.
now if only it played the music smoothly without dropouts. although this might
have to do with icecast or freeamp. i wasn't getting any jerkiness using
multicast. but i am getting it with icecast with obsd and with shout.
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev