Re: [Live-devel] TestOnDemandeRTSP and live source

2008-07-09 Thread Ross Finlayson
My card is not a encoding card, just a grabing card, so the byte are RGB data. So you would first need a filter class (a subclass of "FramedFilter") that encodes (compresses) each video frame using some appropriate codec. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/_

Re: [Live-devel] TestOnDemandeRTSP and live source

2008-07-09 Thread julien . savarese
S/MIE. - Ross Finlayson <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 09/07/2008 14:59 Veuillez répondre à LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> A LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> cc Objet Re:

Re: [Live-devel] TestOnDemandeRTSP and live source

2008-07-09 Thread Ross Finlayson
Hello, I want to stream a raw video comming from a live source. I have read on the FAQ, that I must modifie the OnDemandServerMediaSubsession , and in particular two pure virtual functions "createNewStreamSo

[Live-devel] TestOnDemandeRTSP and live source

2008-07-09 Thread julien . savarese
Hello, I want to stream a raw video comming from a live source. I have read on the FAQ, that I must modifie the OnDemandServerMediaSubsession , and in particular two pure virtual functions "createNewStreamSource()" and "createNewRTPSink()". I don't know what must I modifie and what is reusable t