
Remaining time js
How can i get the remaining time off the video ?
I use this to get the position off the video :
jwplayer('video_player').onTime(
function(event) {
$('#timer').html(secondsAsTime(event.position));
}
);
<div id="timer"></div>