This is a 2 part question.
I am playing a video using Azure Media Player
. The code is given below. I am just displaying the URL
of the video and it starts to play.
I need to know how to play the video at a particular time (Let's say at 0.19 Sec)
How can I keep track of the time the video has being playing
<video oncontextmenu="return false;" id="vid1" class="azuremediaplayer amp-default-skin" autoplay width="640" height="400" data-setup='{"nativeControlsForTouch": false}'> <source src={{url}} > </video>