*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
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to