I want to change the video source after specific duration.
I have for instance 3 video each 60 Sec's Long. I want to start video1 from 15 sec and then after 30 sec i want to start video2 and then after 45 sec video3 till end
Example
video1 start time = 15 sec and end time = 30
video2 start time = 31 sec and end time = 45
video3 start time = 46 sec and end time = 60
I can handle the start and end time of video by using Media Fragment URI<video class="v" controls src="vid1.mp4#t=15,30"></video>
https://www.w3.org/TR/media-frags/#standardisation-URI-fragments
http://www.annodex.net/~silvia/itext/mediafrag.html#t=40
I have Tried the JavaScript solutions which gives a huge break to whole page while loading the 2nd video
Am expecting there must be some clean solution which can change the video source smoothly