Search code examples
javascriptjqueryhtml5-video

how to get current playback time in video.js


I am using video.js project to play videos on my web page. I implemented it perfectly on my web page but i required to retrieve the video's current playing time how can i do that ?


Solution

  • var whereYouAt = myPlayer.currentTime();
    

    https://docs.videojs.com/player#currentTime