Displaying 20 results from an estimated 300 matches similar to: "liblame"
2004 Aug 06
4
Newbe: OK so far?
OK, I found LAME's web site and installed it using the source for it. That
appears to work. I also found a couple of libxml... packages and either
replaced the existing ones and added a few others. That went without problem.
However the same problem exists. I found that the lame.h file is in a
directory of /root/lame3.70 Perhaps the make can't find it at this directory?
IS there
2004 Aug 06
2
Compiling ices help needed
Howdy,
Im looking for some help on getting ices to compile
with lame support. My goal is to get it compiled to I
can do on the fly re-encoding.
My problem..
When I run make on ices, I get the following error....
Making all in xml
make[3]: Entering directory
`/usr/src/ices-0.0.1.beta5/src/xml'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..
-I../../libshout -I/usr/src/lame3.70
2004 Aug 06
2
Newbe: OK so far?
----- Original Message -----
From: Thomas Vander Stichele <thomas@urgent.rug.ac.be>
To: <icecast@xiph.org>
Sent: Thursday, August 23, 2001 8:58 AM
Subject: Re: [icecast] Newbe: OK so far?
> > OK, I found LAME's web site and installed it using the source for it.
That
> > appears to work. I also found a couple of libxml... packages and either
> > replaced the
2004 Aug 06
2
Simple directory question
At 02:40 06/04/01 -0700, Harry wrote:
>It turns out, from what I can tell, streamcast doesn't send bitrate
>information. Here's the changes I made in the part of the code so that it does:
>
>182c188,189
>< icy_compat => 0,
>---
> > icy_compat => 1,
> > bitrate => $bitrate,
Well, how
2004 Aug 06
1
Icecast & Liveice b.s.
>Try Ices instead of liveice it's much more stable than Shout, and if
>you're not re-encoding it wont eat your cpu time. Otherwise you'll need to
>get an encoder, like lame.
Unbeknownst to the maintainers of lame, I am fiddling with lame3.70
on an Alpha Cabriolet. If, and when I get around to it, I will post my source
for the alpha architecture. I will have a go at ices
2004 Aug 06
4
liblame vs libmp3lame.... anyways, it don't work.
I took the latest installation of lame (both stable and beta) and
installed those with the default install variables. The last one I
compiled was lame3.87.
I then have the ices-0.0.1.beta5 and config'd the sources with
./configure --with-perl --with-lame and installed.
Yet, when I run ices -R, it complains with the following line when I run
the -R option:
Support for reencoding with
2004 Aug 06
0
Newbe: OK so far?
> OK, I found LAME's web site and installed it using the source for it. That
> appears to work. I also found a couple of libxml... packages and either
> replaced the existing ones and added a few others. That went without problem.
> However the same problem exists. I found that the lame.h file is in a
> directory of /root/lame3.70 Perhaps the make can't find it at
2004 Aug 06
0
Newbe: OK so far?
I tried the 3.70 rpm and received an error that rpm couldn't handle the
version of whatever packaged it. So I had to do things by getting the source
and compiling. The same was true with lame.
Also I copied all the lame headers to the /usr/local/include directory, did
the ./configure which seemed to work and then did the make, which didn't.
Any other ideas?
Thanks,
Scott
ANGEL
2004 Aug 06
1
Newbe: OK so far?
Where can I find the 3.87 version of LAME? I've seen nothing later than 3.80 and
this was just for documentation. The place I'm looking is lame.sourceforge.net.
Perhaps you know a site that has the latest and greatest...
Scott
--------
Thomas Vander Stichele wrote:
> > OK, I found LAME's web site and installed it using the source for it. That
> > appears to work.
2004 Aug 06
0
AW: Compiling ices help needed
hi ....
ive got the same problem, and try another lame , 3.86beta works fine for me
!!
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver
-I../thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to
be
reencode.c:60: void value not ignored as
2004 Aug 06
2
Newbe: OK so far?
Never mind I found the latest version of LAME and got the 3.87 version as you
mentioned. When I did the gmake (interesting that it is no longer make) it still
got the same errors. I copied the lame.h file to the directories
/usr/local/include, /usr/local/include/lame, and even to the same directory as ices
and still got the same error!
Any ideas what to try next?
Thanks,
Scott
-----
2004 Aug 06
3
Newbe: OK so far?
Mr. Cully:
Thanks for replying. Any idea where I can find such for a SuSE 6.3
system? I've looked at Yast's installable features and there is no such
thing...
Thanks,
Scott
-----
Brendan Cully wrote:
> On Wednesday, 22 August 2001 at 17:53, Scott Vetter wrote:
> > Now for ices, I've gotten through the "./configure" and get several
> > error
2007 Jun 03
1
Swfdec git install redux
Please ignore my previous message to the list, there was an error between
keyboard and chair.
I have completed some from-git install documentation, available here:
http://revis.co.uk/site/?q=node/157
I'll generalise it, transfer it to the wiki and tidy up the installation page
shortly.
Installation issues:
The configure script seems to have a small glitch in that for the
packages
2004 Aug 06
0
Compiling errors by reencode
Hi there,
I hope you can help me:
I want to compile the newest ices with reencode and use lame3.70.
At the 'configure' he checks successfully for 'lame decode in lmp3lame'.
But when I do a 'make', I have the following message:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread
-I../libshout -I/tmp/Download/lame3.70
-I/usr/lib/perl5/5.00503/i586-linux/CORE
2004 Dec 10
1
ices 0.4, pure quality and more...
Hello everyone,
Few weeks ago I tuned icecast with 7 streams from ices. It plays
static playlists, sorted by genre.
I have 2 problems. First problem: pure quality when reencoding is
turned on. Temporary solution was found. I added one string, to
reencoding code, that points to liblame use better quality. But is
this the one and right solution?
Second problem: Ices (or liblame?) does not properly
2004 Aug 06
6
URGENT: security exploit fix
To all users:
The recently exploits announced at bugtraq can be fixed by the following
patch. This patch should fix a few other potential holes as well, and I
will post a followup patch soon that is even more thorough.
Note: this exploit would give the attacker priviledges of the user
running icecast. If you are running icecast as a normal user account or
as root, this would be a good time to
2004 Aug 06
6
URGENT: security exploit fix
To all users:
The recently exploits announced at bugtraq can be fixed by the following
patch. This patch should fix a few other potential holes as well, and I
will post a followup patch soon that is even more thorough.
Note: this exploit would give the attacker priviledges of the user
running icecast. If you are running icecast as a normal user account or
as root, this would be a good time to
2004 Aug 06
2
Multiple Stream? Request for Config
Greeting all --
I'm having some problems setting up multiple streams with iceS, for
example, a hi-bandwidth and lo-bandwidth stream of the same audio. Could
someone post a config that works in this case?
thanks
.oOo.oOo.o..o.oOo.oOo.
Ben Wilson
admin -- thelocust.org
ben@thelocust.org
'OoO'OoO'O''O'OoO'OoO'
--- >8 ----
List archives:
2004 Aug 06
3
metadata update in the stream
This has come up earlier, but I don't remember a solution.
How do I update the metadata of the stream 'on the fly'? I'm thinking of
having a live stream (through darkice), with the title, author, etc.
metadata changed every once in a while to reflect the actual program.
How would I do that?
Should I insert such data into the mp3 / ogg voribs data somehow by
calling some
2004 Aug 06
3
Well here i go again :)
Alright , once again, thank you for all the help , it has been interesting.
I got ices to work successfully , except for using lame.h , i for the life
of me , can not get it
to include it , no matter what version ( i have tried from 3.66 to 3.70 )
and can not get it to include it. ( heh i started using 2.* series and have
not figured out it is not included :P.
The other issue i find i hear about