cladera / videojs-offset

VideoJS plugin for play a segment of a video.
MIT License
64 stars 43 forks source link

How to use concat and offset plugins in combination #76

Open kokaprathyush opened 2 years ago

kokaprathyush commented 2 years ago

Hello, I am using concat plugin to concatenate multiple hls videos and play in sequence but is there a possibility to add start and end offsets to those videos.

For example, if there are two videos, I want the first video to play for 5 seconds and switch to the second video and once it is done I want the first video to continue playing from the 5th second onwards. Is there any way to achieve this functionality?

Thanks