>> 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
> 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
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