[Live-devel] Help me please, "testRTSPClient"

Felipe Lemos felipel at lavid.ufpb.br
Wed Sep 4 19:03:12 PDT 2013


*I'm capturing a stream from a camera H264, output:*

Stream "rtsp://192.168.0.93/live1.sdp/"; audio/G726-32: Received 1000
bytes. Presentation
time: 1378214178.942223!
Stream "rtsp://192.168.0.93/live1.sdp/"; video/H264: Received 9263
bytes. Presentation
time: 1378214179.640553!
Stream "rtsp://192.168.0.93/live1.sdp/"; video/H264: Received 9119
bytes. Presentation
time: 1378214179.678553!
Stream "rtsp://192.168.0.93/live1.sdp/"; video/H264: Received 7007
bytes. Presentation
time: 1378214179.718553!
Stream "rtsp://192.168.0.93/live1.sdp/"; video/H264: Received 9193
bytes. Presentation
time: 1378214179.758553!

*VLC does not play this generated file, what should I do?*

    FILE *pFile;

    pFile = fopen("../video.mp4", "ab");

    fwrite(fReceiveBuffer, 1, frameSize, pFile);

    fclose(pFile);

What should I do with *fReceiverBuffe*r:
Any suggestions?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130904/e5b29c90/attachment.html>


More information about the live-devel mailing list