Displaying 20 results from an estimated 100000 matches similar to: "lame"
2015 Apr 26
0
question about use MP3s with LAME on Icecast
Hi,
first and foremost:
I am not a lawyer, none of the following can be considered legal advice!
Consult a specialist lawyer, one who is familiar with your local
jurisdiction!
On 26/04/15 14:23, Konstantin Smirnov wrote:
> Is it possible (legally) to stream MP3s on Icecast that have been
> encoded with LAME encoder (http://lame.sourceforge.net/license.txt)?
That will depend on several
2004 Aug 06
3
Taking output from lame and streaming it
Hi list,
OK, I have managed to get somewhere, but now I am really stuck.
I have taken the audio from esound and piped it to lame with something like
<p>esdmon | lame -h -b 32 -x - - |
o I have this nicely encoded mp3 stream being piped to stdout, and from
there I have no idea how to get it to the icecast server.
I dare say it could be done quite painlessly with libshout but I have no
2015 Apr 26
3
question about use MP3s with LAME on Icecast
Hi.
Is it possible (legally) to stream MP3s on Icecast that have been encoded
with LAME encoder (http://lame.sourceforge.net/license.txt)?
So if a composer writes a track, then saves in MP3 with LAME, and wants to
distribute with Icecast server, is it legal?
Must he get license for MP3 (http://mp3licensing.com/royalty/emd.html) and
pay any royalties for MP3 DISTRIBUTING or STREAMING as it stated
2004 Aug 06
0
ices configure can't find lame library
Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
Some configure scripts do not like the explicit path to the library.
<p>On Fri, 2002-07-19 at 08:13, Reuben D. Budiardja wrote:
> Hi all
> I'd like to install ices with re-encoding support. So I installed the
> latest stable lame from source. However, when I configure ices using
> --with-lame option, it
2004 Aug 06
0
Compiling with lame support
Hi all,
Thanks again for all the suggestions - I finally got ices compiled with
lame support using lame-3.87beta and making sure not to compile in gtk
support, termcap support, or brhist support.
My uh next question is - is it possible to set up more than one source
stream to one icecast server? And if so, how could I go about doing that?
Would it involve listing other ports to listen on and
2004 Aug 06
1
ices configure can't find lame library
On Sat, 2002-07-20 at 14:43, Mark W. Davis wrote:
> Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
> Some configure scripts do not like the explicit path to the library.
>
Yes, I tried all kind of variations I can think of. I even just now
installed lame RPM, but it still didn't work. I can't think of anything
else to try right now.
Rdb
2004 Aug 06
2
Compiling with lame support
* Andrew M. Wu <andrewwu@Princeton.EDU> [010419 03:49]:
> Hi all,
>
> I've been trying to compile and re-compile ices-0.0.1beta5 with lame
> support.
>
> I've downloaded the source to lame-3.88beta and compiled it and installed
> it. The configure script allows for the compilation of a libmp3lame.a
> and libmp3lame.la, but not libmp3lame.so (in the INSTALL
2004 Aug 06
2
Compiling with lame support
On Thu, Apr 19, 2001 at 03:47:40AM -0400, Andrew M. Wu wrote:
> Hi all,
>
> I've been trying to compile and re-compile ices-0.0.1beta5 with lame
> support.
>
> I've downloaded the source to lame-3.88beta and compiled it and installed
> it. The configure script allows for the compilation of a libmp3lame.a
> and libmp3lame.la, but not libmp3lame.so (in the INSTALL
2004 Aug 06
0
Yet another LAME re-encoding question
On Monday, 06 August 2001 at 10:31, Russ wrote:
> Yes, I have checked the archives :)
>
> I am running Ices 0.2.2 with icecast 1.3.10 and LAME 3.87. I have
Hmm, I didn't think it worked with 3.87. But if ices -V lists LAME as
a feature, then I guess it does. I'd recommend upgrading anyway, there
were some bugs in the library which ices exercised.
> compiled Ices without any
2004 Aug 06
0
Compiling with lame support
Hi all,
I've been trying to compile and re-compile ices-0.0.1beta5 with lame
support.
I've downloaded the source to lame-3.88beta and compiled it and installed
it. The configure script allows for the compilation of a libmp3lame.a
and libmp3lame.la, but not libmp3lame.so (in the INSTALL it says that is a
(not yet) ).
In configuring ices I specify the include dir for lame.h and the
2004 Aug 06
0
Problem IceS and lame
This is about the 4th time i've seen this asked, and I will answer it
yet again.
People, please search the archives _first_.
Use the previous version of lame. 3.88 broke the api. 3.87 i believe
works fine.
jack.
On Sat, Apr 21, 2001 at 11:40:39PM +0200, Raphaël HALIMI wrote:
> Hello (again :-)
>
> I'm trying to compile IceS with re-encoding support - but I can't...
>
2004 Aug 06
2
more fun with LAME - error in bitstream?
Hi folks! Having trouble with re-encoding to 160Kbps.
I have:
Linux-Mandrake 8.2
Icecast 1.3.12
IceS 0.2.2 source
Lame 3.92
Hardware is: Celeron 533 w/256MB RAM, 40GB Disk
All seems to work at first but after a few songs it craps
out and give me an ERROR WITH BITSTREAM (or something real
close...sorry).
ALL of my MP3s are encoded using the --r3mix flag (VBR)
with LAME 3.91 or 3.89.
All
2004 Aug 06
3
ices configure can't find lame library
Hi all
I'd like to install ices with re-encoding support. So I installed the
latest stable lame from source. However, when I configure ices using
--with-lame option, it couldn't find the lame library. I specified
--with-lame-libraries=/usr/local/lame/lib
--with-lame-includes=/usr/local/lame/include/lame, and it still couldn't
find it. I tried all kind of combination for specifying
2004 Aug 06
0
Lame, Bitrates, ReEncoding I
Ok, not bad -be sure to rm config.cache if ices has already been compiled.
Then
./configure --with-lame-libraries=/usr/local/lib --with-lame-includes=/usr/l
ocal/include/lame/ >configure.out
Check configure.out for:
updating cache ./config.cache
checking for lame/lame.h... yes
checking for lame_init_old in -lmp3lame... yes
checking for lame_encode_flush_nogap in -lmp3lame... yes
updating
2004 Aug 06
1
Problemas compiling IceS with lame
Hi ALL...
I've compiled ices without lame, it worked.
My lame is the 3.70 version.
when i put the option in ./configure --wtih-lame, this error occurs:
checking for shout/shout.h... (cached) no
Installed libshout not found, using builtin
checking for lame/lame.h... (cached) no
checking for lame.h... (cached) yes
checking for lame_init_old in -lmp3lame... (cached) no
configure: error: Could not
2004 Aug 06
0
Lame and ices
I apologize, I didn't get to the message about the archive.
While on the archive, I don't think the search function works.
I entered lame and checked use whole word. It gave a blank for the number of
messages search and said 0 found.
I did a manual search and found my answers I think.
I must have compiled lame 3.7 on the old machine before I did the
upgrade. The 3.88 rpms were in my
2004 Aug 06
1
Lame and ices
Well I have the following rpms installed
lame-3.88-beta-1
lame-devel-3.88-beta-1
lame.h has been put in /usr/includes
libmp3lame is in /usr/lib/
when I got to configure ices 0.5 with lame and setting the directories above
It say it can't find decode_lame and doesn't add support for it.
I have also tried to compikle lame from source with libsndfile and it
complains about finding that.
2004 Aug 06
0
IceS compiling problems
On Wednesday, 01 May 2002 at 00:55, Cédric Mallet wrote:
> I have serious problems to compile IceS on a debian (woody), kernel 2.4.18.
> I have to say the configure script does not find anything...
>
> - I installed libshout and libshout-dev downloaded drom the icecast site. I
> have shout.h :
> 0:33 root@radiopi2 /usr/include/shout# ls
> shout.h
>
> Yet configure
2004 Aug 06
1
liveice/lame problem
Bryan Walls wrote:
>
> I've set up Liveice on a Yellowdog Linux laptop (YDL 2.0). I'm trying
> to stream to an icecast server on another YDL 2.0 system.
>
> Streaming seems to be fine, but encoding is pure garbage. When I
> listen to the stream, it basically sounds like white noise. The
> intesity of the hum depends on the strength of the sound being
> encoded,
2004 Aug 06
2
more on building with lame
On Tuesday, 26 June 2001 at 15:51, Darrell Berry wrote:
> nope, already done that, any other ideas?
>
> Denys Sene dos Santos wrote:
>
> > # rm config.cache
> > #./configure ...
> >
> >Darrell Berry wrote:
> >
> >
> >>i get
> >>
> >>checking for lame/lame.h... (cached) no
> >>checking for lame.h... (cached)