Hello, My name is Vincent and I have some difficulties to realize my project. Indeed, I must developp a streaming flac client/server and I have some difficulties to find detailed information about this. I chose to use the platform Ices/Icecast to do my project. I took the Vorbis streaming like example but the library has not the same structure as the flac library. So , I send this message in order to know if someone will have a good advice, or a source to help me to understand how to adapt the Ices/Icecast with the flac format! I hope you will be a ble to help me!! Thank you very much!! Vincent _________________________________________________________________ T?l?chargez gratuitement MSN Messenger ! http://www.msn.fr/msger/default.asp
--- Steven Richman <steven@shift9.com> wrote:> A patch to add streaming support to the FLAC XMMS plugin has been > sitting > on my hard drive for several months (Josh wasn't accepting patches at > the > time because of the Xiph move, and I've been busy/lazy since then). > This > weekend I'll make an effort to update it to the current cvs and send > if > off to Josh.that would be welcome indeed. the CVS migration is on hold and I'm still doing the development on sourceforge CVS. Josh __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
The alsaplayer FLAC plugin supports streaming. All the streaming code is provided via the alsaplayer "reader" API. I've never tried it with icecast, only http. I'm not sure whether icecast will stream FLAC. -dwh- On Thu, 29 May 2003, Vincent Miekisiak wrote:> Hello, > My name is Vincent and I have some difficulties to realize my project. > Indeed, I must developp a streaming flac client/server and I have some > difficulties to find detailed information about this. > I chose to use the platform Ices/Icecast to do my project. I took the Vorbis > streaming like example but the library has not the same structure as the > flac library. > So , I send this message in order to know if someone will have a good > advice, or a source to help me to understand how to adapt the Ices/Icecast > with the flac format! > > I hope you will be a ble to help me!! > > Thank you very much!! > Vincent > > _________________________________________________________________ > T?l?chargez gratuitement MSN Messenger ! http://www.msn.fr/msger/default.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Flac-dev mailing list > Flac-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/flac-dev >
A patch to add streaming support to the FLAC XMMS plugin has been sitting on my hard drive for several months (Josh wasn't accepting patches at the time because of the Xiph move, and I've been busy/lazy since then). This weekend I'll make an effort to update it to the current cvs and send if off to Josh. That covers the client side (well, at least on platforms XMMS runs on). As far as the server side, I was just using Apache to serve the FLAC streams. I was under the impression that current Icecast servers refuse to serve anything other than mp3, but I could be wrong. You could probably hack the server to get it to work, but my personal needs just involved Apache, so that's where I stopped... ,steven. On Thu, 29 May 2003, Vincent Miekisiak wrote:> Hello, > My name is Vincent and I have some difficulties to realize my project. > Indeed, I must developp a streaming flac client/server and I have some > difficulties to find detailed information about this. > I chose to use the platform Ices/Icecast to do my project. I took the Vorbis > streaming like example but the library has not the same structure as the > flac library. > So , I send this message in order to know if someone will have a good > advice, or a source to help me to understand how to adapt the Ices/Icecast > with the flac format! > > I hope you will be a ble to help me!! > > Thank you very much!! > Vincent > > _________________________________________________________________ > T?l?chargez gratuitement MSN Messenger ! http://www.msn.fr/msger/default.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Flac-dev mailing list > Flac-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/flac-dev >