Re: [Live-devel] testRTSPclient stops after 2 mins

2013-10-11 Thread srimugunth
>> Stream "rtsp://107.108.205.230:554/profile2/media.smp/"; >> video/H264: Received 230 bytes. Presentation time: 1381472674.763904! > > One more thing: The "!" at the end of the presentation time indicates that > it has not yet been synchronized via RTCP - i.e., the client has not yet > recei

[Live-devel] testRTSPclient stops after 2 mins

2013-10-10 Thread srimugunth
Hi all, I downloaded Live555 latest code from http://www.live555.com/liveMedia/public/ I compiled with ./genMakefiles linux configuration. I tried the testPRog testRTSPclient to receive stream from IP camera. I used the following command: ./testRTSPClient rtsp://admin:4321@107.108.205.254/profile

Re: [Live-devel] modifying client end of ProxyServer

2013-09-11 Thread srimugunth
>> With testRTSPClient.cpp, i was able to add the following code to >> DummySink::afterGettingFrame() and successfully dump .h264 frames > > Much better: Use the existing "H264VideoFileSink" class (instead of > "DummySink"), which (I think) already does exactly what you want. > > Even better: Use t

[Live-devel] modifying client end of ProxyServer

2013-09-03 Thread srimugunth
Hi, In the proxyserver implementation i want to dump the frames after i got it from the client and before it is given to the server. (I do this as a first step to integrate our transcoder between RTSP client and RTSP server) With testRTSPClient.cpp, i was able to add the following code to DummySi