Re: [Live-devel] initialize with URL

2010-03-24 Thread Ross Finlayson
I have to define H264VideoRTPSource from URL instead of groupSock , ip/port , is it possible to do this. If the URL is a "rtsp://" URL, then just use "openRTSP". -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mail

[Live-devel] (no subject)

2010-03-24 Thread sindhumaheswari
Hi, I am trying to replace my http client with rtsp client. For that I have downloaded the openrtsp.cpp.. my application is in .net VS2005 c#. I have reached till the compilation of the live 555 in VS2005. now I have the openrtsp exe. How should I build the libraries for vs2005 fr

[Live-devel] initialize with URL

2010-03-24 Thread vikas srivastava
Hi ,     I have to define H264VideoRTPSource from URL instead of groupSock , ip/port , is it possible to do this.If yes then , what should i do , any little hint  will help me a lot. Thanks Vikas The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.co

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Ross Finlayson
On Wed, Mar 24, 2010 at 2:45 PM, Ross Finlayson <finlay...@live555.com> wrote: I should warn you that I consider the "DarwinInjector" stuff to be deprecated technology, and although I'll probably be upgrading it to do an asynchronous "ANNOUNCE", there's no guarant

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Jeremy Noring
On Wed, Mar 24, 2010 at 2:45 PM, Ross Finlayson wrote: > I should warn you that I consider the "DarwinInjector" stuff to be > deprecated technology, and although I'll probably be upgrading it to do an > asynchronous "ANNOUNCE", there's no guarantee that it will continue to be > supported in the fu

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Ross Finlayson
OK, it sounds like you're blocking in your RTSP client "ANNOUNCE" operation. This will not be a problem in the upcoming "RTSPClient" restructuring (that will make all RTSP client operations asynchronous). Any idea when this might happen As a policy, I don't answer "are we there yet?"-type

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Jeremy Noring
On Mon, Mar 22, 2010 at 6:35 PM, Ross Finlayson wrote: > I've set breakpoints in every callback I could find, after my > doEventLoop() call, etc. When I kill my internet connection mid-stream, I > hit none of these breakpoints. > > > OK, it sounds like you're blocking in your RTSP client "ANNOUN

[Live-devel] Subclass for OnDemandServerMediaSubsession

2010-03-24 Thread vikas srivastava
Hi Ross,   I am working on streaming from live source in H.264 format.I have studied you FAQ and i have made subclass H264VideoRtpServerMediaSubsession from OnDemandServerMediaSubsession and redefined virtual function createNewStreamSource() , createNewRTPSink(). Inside createNewRTPSink