search for: lame_encode_flush_nogap

Displaying 7 results from an estimated 7 matches for "lame_encode_flush_nogap".

2004 Aug 06
2
Using icecast2 with MP3 problems
> libshout: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot > ices: :pserver:anoncvs@cvs.xiph.org:/cvs/ice > > Check out the ices-libshout_2 branch of ices. Libshout compiles fine, but ices wont configure correctly. It wouldn't find shout_new in libshout, lame_encode_flush_nogap in mp3lame nor ov_open in libvorbisfile.. (nor is libtool found, but I copied it from libshout.) But yet: $ nm /opt/ice/lib/libshout.so | grep shout_new 00003e38 T shout_new $ nm /usr/lib/libmp3lame.so | grep lame_encode_flush_nogap 000145e8 T lame_encode_flush_nogap $ nm /usr/lib/libvorbisfil...
2004 Aug 06
4
Using icecast2 with MP3 problems
I've downloaded and compiled icecast from cvs and the ices-0.2.3 from the download area for MP3 support.. (I'd use ogg, except I have 1000's of mp3. I'll re-rip them, but not today) 8) Is there a particular version of the icecast2 server that works w/ the ices-0.2.3 I'm using? I'm having difficulty getting the two to communicate. >From ices, I get the errors: Error
2004 Aug 06
2
ices configure script
Hi, I'm having difficulty getting ices 0.2.2 to see my lame install and my perl install. The lame libraries (v3.91) are installed in: /usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h, but when I run: ./configure --with-lame --with-lame-includes=/usr/local/include/lame/ --with-lame-libraries=/usr/local/ it says it can't find the lame libraries. ldconfig seems
2004 Aug 06
0
Lame, Bitrates, ReEncoding I
...ces 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 cache ./config.cache Change: <Bitrate>80</Bitrate> <Reencode>1</Reencode> And this now streams at 80k/32khz --but we're still not sure if those settings are OK. -zeek > -----Original Message----- > From: owner-icecas...
2004 Aug 06
0
Using icecast2 with MP3 problems
On Sunday, 02 March 2003 at 23:42, Shawn M Ferris wrote: > Libshout compiles fine, but ices wont configure correctly. It wouldn't > find shout_new in libshout, lame_encode_flush_nogap in mp3lame > nor ov_open in libvorbisfile.. (nor is libtool found, but I copied it > from libshout.) interesting. your config.log might help to debug this. > I'm chalking this up to compiler configuration? yet, if I trick it, > everything compiles fine. But.. I still can't g...
2004 Aug 06
2
Lame, Bitrates, ReEncoding I
I'd like to use the Bitrate and Reencode features of ices and understand I must recompile with lamelib. However, it's Very Unclear where to begin here. This is noted in the ices-0.2.3 INSTALL file: I installed lame as a debian package so lame.h is in /usr/include/lame/lame.h and libmp3lame.a is in /usr/lib. configure finds everything automatically. <p>I assume we
2004 Aug 06
2
Trouble compiling ices
...et_addr... (cached) yes checking for inet_aton... (cached) yes checking for setlinebuf... (cached) yes checking for shout/shout.h... (cached) yes checking for shout_init_connection in -lshout... (cached) yes checking for lame/lame.h... yes checking for lame_init_old in -lmp3lame... yes checking for lame_encode_flush_nogap in -lmp3lame... yes updating cache ./config.cache checking for vorbis/vorbisfile.h... no Could not find libvorbisfile, vorbis support disabled updating cache ./config.cache checking for perl_construct... yes updating cache ./config.cache checking for Python.h... no Could not find the python library...