This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Video streaming and time information

Hello everyone

I be developing my application with the microprocessor dm365, and I'm using as a base, the example IPNC.

I be storing the video on the SD card. I'm using the function:
fwrite ((void *) bufPtr, bytes, bufsize, video_fp)

But I have the problem, that video is stored as a streaming. I can not have time information in the video.

Anyone know how I can display the time information in the video player?

Thank you very much.