Hi all: I was just wondering when the multiple streams stuff might be checked in to cvs. I remember the gentleman working on it saying he basically had it running? The reason I'm asking is that I have received a number of requests to stream my mp3 stream at various bitrates. I kind of think running three ices streamers is silly if multiple streams will be available in the near future. Another question is the ices2.x cvs the same as for ices1.x and if so what is the module name? Will ices2.x be able to reencode either ogg or mp3 files? It would be nice if I could start mixing vorbis material in with my mp3 without having to start all over. And one other point, which isn't a question at all, I believe Jack or someone mentioned that ices didn't work with the current lame 3.89. I have successfully compiled ices with the current lame cvs. All that need be done is either change the #include <lame.h> in reencode.c to #include <lame/lame.h> or make a symlink in /usr/include to point to the lame.h in the lame subdirectory. Anyway, thanx to anyone that takes the time to answer my above questions. Kirk -- Kirk Reiser The Computer Braille Facility e-mail: kirk@braille.uwo.ca University of Western Ontario phone: (519) 661-3061 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
>Another question is the ices2.x cvs the same as for ices1.x and if so >what is the module name?ices2 is in the icecast bitkeeper repository, module 'ices'.> >Will ices2.x be able to reencode either ogg or mp3 files? It would be >nice if I could start mixing vorbis material in with my mp3 without >having to start all over.ices2 can do reencoding of vorbis, and live encoding of pcm input. Michael --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Saturday, 09 June 2001 at 18:41, Kirk Reiser wrote:> Hi all: I was just wondering when the multiple streams stuff might be > checked in to cvs. I remember the gentleman working on it saying he > basically had it running? The reason I'm asking is that I have > received a number of requests to stream my mp3 stream at various > bitrates. I kind of think running three ices streamers is silly if > multiple streams will be available in the near future.[snip]> And one other point, which isn't a question at all, I believe Jack or > someone mentioned that ices didn't work with the current lame 3.89. I > have successfully compiled ices with the current lame cvs. All that > need be done is either change the #include <lame.h> in reencode.c to > #include <lame/lame.h> or make a symlink in /usr/include to point to > the lame.h in the lame subdirectory.Well, it didn't work until yesterday, when I checked in a new version. As a matter of fact it only works with extremely current lame CVS, some things in lame were just fixed which would cause the current code to crash in versions older than June 7. I'll see about getting autoconf to find lame/lame.h, but you should also just be able to say --with-lame-includes=/usr/include/lame I have the multiple streams ready and can send you a diff against CVS probably tomorrow (have to remerge it with the changes I've made to the official CVS). I will merge it into CVS probably early next week, I just want to do some more fixes to the main branch so that it compiles well (and probably add support for the last released version of lame). I want to tag it in a healthy state before checking in my possibly destabilising multiple stream stuff. -Brendan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Brendan Cully <brendan@kublai.com> writes:> Well, it didn't work until yesterday, when I checked in a new > version. As a matter of fact it only works with extremely current lame > CVS, some things in lame were just fixed which would cause the current > code to crash in versions older than June 7.Talk about coincidences! I didn't have time until yesterday afternoon to try to recompile ices. I would say you've done a fine job then. Thank you very much. Of course the nice folks in the lame development tree broke a few other things for me. Now my vorbis to mp3 pipes appear to have broken. It looks like they've change some command line switches although I haven't figure yet just what. The also removed 11025 sampling rate support which I find very iritating. I'll have to see what's up with that, 11025 sound a fuck of a lot better than 8000.> I have the multiple streams ready and can send you a diff against CVS > probably tomorrow (have to remerge it with the changes I've made to > the official CVS). I will merge it into CVS probably early next week, > I just want to do some more fixes to the main branch so that it > compiles well (and probably add support for the last released version > of lame). I want to tag it in a healthy state before checking in my > possibly destabilising multiple stream stuff.I thank you very much for the kind offer. I will happily play with it if you are looking for real world tests. If you rather not though, I don't mind waiting a few days for cvs updating. Once again thank you for your hard work. Kirk -- Kirk Reiser The Computer Braille Facility e-mail: kirk@braille.uwo.ca University of Western Ontario phone: (519) 661-3061 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.