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

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

2013-09-04 Thread Ross Finlayson
> 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 the existi

[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