How to start my video from a particular point using the
I am embedding the Cloudinary video player in my nuxt.js project but i want my video to start at a particular time that i have calculated previously, how do I do it.
0
-
Official comment
Hey, thanks for getting in touch.
Our video player is based on the popular Video JS, so almost everything you see in their documentation is possible within our video player.
In order to start the player at a specific timecode, you can use
currentTime(value_in_seconds)
on the video player. I've put together this short jsfiddle to demonstrate usingcurrentTime(5)
to start playback five seconds into the video.I hope this is helpful. If you have any further questions, please feel free to reply here or raise a ticket via our Support Center.
Thanks,
-danny
Post is closed for comments.
Comments
1 comment