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