danielcebrian / rangeslider-videojs

This is a plugin to create a range slider to select a region of the video
Apache License 2.0
79 stars 69 forks source link

How to disable seekbar action attached with Right and Left selection bar ? #26

Open jothikannan opened 8 years ago

jothikannan commented 8 years ago

@danielcebrian i need your help here.

i want to disable seekbar action attached with Right and Left selection bar . meants when we move Right or Left selection bars, the current time of the player also updated and playing the video from that time, but actually i don't want it . am not sure how to do this could you please help me on this ?

danielcebrian commented 8 years ago

Try to remove the line https://github.com/danielcebrian/rangeslider-videojs/blob/master/src/rangeslider.js#L562