Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How to extract timestamp from video frame?


Use case: Live streaming
Source stream RTSP
Streaming Server Wowza
Playing the RTMP stream using JWPlayer.

I am trying to figure out a way to extract the actual timestamp of that frame as it was recorded from the source camera device. Is there a way JWPlayer will extract that?

What I am trying to achieve is measure the latency of the frame since the time it was captures to the time it was played? Any suggestions greatly appreciated.

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

If you can embed the timestamp you are looking for in the RTMP stream’s metadata, our player should be able to read it via the onMeta() event. Please see http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference#metadata for more details.

This question has received the maximum number of answers.