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

How does one show streaming delay?


I would like to show the amount of delay that the live stream has.

Is there any way that jwplayer can get timestamp data out of the stream? In my case it is RTMP but eventually we will use HLS as well.

I would like a JavaScript API to get the current timestamp of the video stream and I will compare it against the timestamp on my machine and display the delta to the user.

2 Community Answers

webmaster N/A

User  
0 rated :

We are using JwPlayer 7.

George

JW Player Support Agent  
0 rated :

Nothing built in as far as I am aware of. You would have to write your own custom scripts server side and client side. Probably using the on(‘time’,function(){}) listener.

This question has received the maximum number of answers.