Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show the current time of the video, instead of the remaining time on videojs

Tags:

People also ask

Can VideoJS play audio?

Audio tracks are supported in Video. js's MSE playback engine for HLS and DASH.

How do I dispose of VideoJS?

Call . dispose() To remove the html associated with your videojs player from the page always call the player's dispose() method: var oldPlayer = document. getElementById('my-player'); videojs(oldPlayer). dispose();


I use VideoJS, a HTML5 video player

By default it displays the remaining time (countdown) instead of the normal current time (like youtube)

Any ideas how to "fix" it? You can see a live example at their official website