I have a video url (http://video-js.zencoder.com/oceans-clip.mp4#t=14,20) in which start time and end time for playback. and when i play this url in videojs player then seekbar already seeked upto 14 sec and play onward.I want that player should understand 14 as initail point and end with 20 sec.it should seem like video is only 6 sec duration video.
Please tell me how can i do it.
I created a plugin to solve that use case. Check it out here: videojs-offset
@cladera Nice! Saw this one on the plugins list but hadn't actually checked it out.
@cladera Thanks!
@cladera It fails in case of greater start time
Most helpful comment
I created a plugin to solve that use case. Check it out here: videojs-offset