search for: httpinput

Displaying 3 results from an estimated 3 matches for "httpinput".

Did you mean: hstdinput
2004 Aug 06
2
Protocol
jaromil, > > > > wanted to ask again if someone has some online documentation on the > > icecast (or shoutcast) protocol at the socket/data level. > > have a look into MuSE/libmpeg/httpinput.cc (http://muse.dyne.org) > i hope that code can help you figuring out > No actually not. It just makes the connection to the shoutcast/icecast server. I've gotten this far. > i also suggest you to use use libmpeg by Woo-jae Jung as a mp3 decoder library, it's LGPL and for >...
2001 May 01
2
Protocol
Hi all, wanted to ask again if someone has some online documentation on the icecast (or shoutcast) protocol at the socket/data level. I'd like to write my own reader routine that can feed data to the mp3 decoder. I've gotten as far as getting the actual stream after the GET request, but lack the documentation to use the headers that are returned and seperate the mp3 data from the meta
2004 Aug 06
0
Protocol
...ata to the mp3 > decoder. I've gotten as far as getting the actual stream after the GET > request, but lack the documentation to use the headers that are returned > and seperate the mp3 data from the meta data. > > Thanks. > Andreas hi Andreas! have a look into MuSE/libmpeg/httpinput.cc (http://muse.dyne.org) i hope that code can help you figuring out i also suggest you to use use libmpeg by Woo-jae Jung as a mp3 decoder library, it's LGPL and for me worked really fine with few modifications (misses just buffering which would be good to implement) btw congratulations for...