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 during send: Mount failed on http://192.168.0.1:8000/ices.mp3, error: Could not login on server. Server message: and from the errorlog on icecast: [2003-03-02 08:45:09] EROR connection/_handle_connection HTTP request parsing failed I would appreciate all help that anyone could provide! (Attached are my configuration files) Much thanks! SMF 8) -- -------------- next part -------------- A non-text attachment was scrubbed... Name: icecast.xml__charset_ISO-8859-1 Type: text/xml Size: 1804 bytes Desc: icecast.xml__charset_ISO-8859-1 Url : http://lists.xiph.org/pipermail/icecast/attachments/20030302/6e8bcebf/icecast.bin
On Sun, 2 Mar 2003, Martin Blackwell wrote:> Its my understanding that with any Icecast 2 source, you don't have to > re-rip to get them to ogg, just tell your source to send vorbis instead of > mp3. At least thats how it works with Oddcast anyway.AFAIK, there are no unix streamers that will read in MP3 files and spit out a vorbis stream to an icecast2 server. Ices 0.x will go the other way for sending MP3 streams. When I first asked about this ages ago, Mike said he'd be happy to see this functionality added, but that he wasn't interested in writing it himself ... but that was prior to the decoder patents so who knows now. Geoff. <p>--- >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.
Its my understanding that with any Icecast 2 source, you don't have to re-rip to get them to ogg, just tell your source to send vorbis instead of mp3. At least thats how it works with Oddcast anyway.> 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 during send: Mount failed on http://192.168.0.1:8000/ices.mp3, > error: Could not login on server. Server message: > > and from the errorlog on icecast: > > [2003-03-02 08:45:09] EROR connection/_handle_connection HTTP request > parsing failed > > I would appreciate all help that anyone could provide! (Attached are my > configuration files) > > Much thanks! > SMF 8) > -- ><p>--- >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.
> 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/libvorbisfile.so | grep ov_open 00002cd0 T ov_open I'm chalking this up to compiler configuration? yet, if I trick it, everything compiles fine. But.. I still can't get ices to communicate with icecase:>From icecast/error.log (Incidently, i've not gotten any messages other thanthis. The one from ices.log changes as I make progress) [2003-03-02 23:37:39] EROR connection/_handle_connection HTTP request parsing failed>From ices.logError during send: Mount failed on http://192.168.0.1:8000/ices.mp3, error: Socket error Any help, anyone? I know enough c to be dangerous and Im guessing Im getting out of my league now.. Should I concentrate my efforts on icecast1? Or continue to hack at it. Thanks again! SMF 8) <p><p>--- >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 Sunday, 02 March 2003 at 08:42, Shawn M Ferris wrote:> 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.Actually no icecast2 server works with ices 0.2.3. The versions of libshout2 and ices1 in CVS will work with icecast2 though. 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. -b --- >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.