This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

How to start my video from a particular point using the

Comments

1 comment

  • Official comment
    Avatar
    Danny Valentine

    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 using currentTime(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

    Comment actions Permalink

Post is closed for comments.