Thursday, 4 July 2019

Streaming a set of videos as in playlist without gap in transition

I have been making a player, I should display a set of videos in a queue by reading from a directory.

This is how the videos are listed in my videos folder.

1. first_video.mp4

2. second_video.mp4

3. third_video.mp4

Ex. when the first video ends, I have to display the second video right after.

What issue I am facing is that the gap to buffer next video. What I want is to display all these videos as one video, so that I would not have gaps in switching from video to video.

Is there any js video players to solve this problem or libraries?

Could it be accomplished using PHP or js?

Any suggestion is appreciated. Thanks beforehand.



from Streaming a set of videos as in playlist without gap in transition

No comments:

Post a Comment