Re: [Live-devel] setAuxilliaryReadHandler: Core dumps

2009-12-02 Thread Vimal Garg
Hi, I have created a subclass of MediaSink which process the received data. I am using this instead of FileSink. I am able to see MultiFramedRTPSource::doGetNextFrame1() getting called before I start playing streams. It also calls my afterGettingFrame() and continuePlaying() function. All this wo

Re: [Live-devel] setAuxilliaryReadHandler: Core dumps

2009-12-01 Thread Vimal Garg
I have tried second approach. I ran openRTSP with -b 4 -r -v rtsp:/media but it doesnt seems to be working. Anyway I will keep this as a fall back mechanishm. I would like to know more about creating a subclass of MediaSink, could you please elaborate more on this. On Tue, Dec 1, 2009 at 12:1

[Live-devel] setAuxilliaryReadHandler: Core dumps

2009-11-30 Thread Vimal Garg
Hi, I am working on a project where I need to record video from an IP camera and process it. My job is to capture the stream and pass it on to next module. After long discussion and research we had decided to make use of live555 stack as it is widely used (and tested). I have gone through the ope

[Live-devel] RTP packet arraival notification.

2009-11-20 Thread Vimal Garg
Hi, I am interested in writing a client application which would establish an RTSP connection with the server and then start receiving streams. The streams could be either H.264 or MPEG4. Once the RTP payload is received I need to strip the RTP header and get the frame into buffer which would be u