Re: [Live-devel] About RTSP over UDP behind firewall.

2008-07-09 Thread Ross Finlayson
Thanks for your reply. These days I have a google on such kind of technique. It seems that it was called "UDP hole punch". Could you please tell me which RFC is in progress on such kind of mechanism? Are there any draft standard now? I just wonder why youtube and realplayer can works well und

Re: [Live-devel] About RTSP over UDP behind firewall.

2008-07-09 Thread Fang Laifa
Dear Ross, Thanks for your reply. These days I have a google on such kind of technique. It seems that it was called "UDP hole punch". Could you please tell me which RFC is in progress on such kind of mechanism? Are there any draft standard now? I just wonder why youtube and realplayer can wor

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] [patch] fix or suppress compiler warnings

2008-07-09 Thread Erik Hovland
On Tue, Jul 08, 2008 at 09:56:45PM -0700, Ross Finlayson wrote: >> On Tue, Jul 08, 2008 at 05:31:59PM -0700, Ross Finlayson wrote: This patch has been checked for > memory leaks since it almost always heap allocates a duplicate string > instead of the = "". >>> >>> I see no rea

Re: [Live-devel] TestOnDemandeRTSP and live source

2008-07-09 Thread julien . savarese
My card is not a encoding card, just a grabing card, so the byte are RGB data. So i don't think that any test*Stream passing /dev/video like input name works. _ Julien Savarese Apprenti ingénieur. Division SIS/DPM/RMS/MIE.

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