Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Let user mark part of video


Hi,

I need to let user select part of video while watching, and then get this information to my database. While user is watching any video from our hosting, and select a short piece he love the most so in our DB i will have what second to what second user preferred.

Is that possible with JWPlayer?

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

You could use something like getPosition to find out where a user is at different intervals. So maybe something like a toggle switch for where a clip could start and complete using getPosition() for both events. IE. click on the “begin clip” button to track the beginning of a clip with getPosition, “end clip” button will mark the end of a clip (Again with getPosition)

This question has received the maximum number of answers.