bvibber/ogv.js

Seamless Continuous playback of multiple files

Opened this issue · 3 comments

I wanted to tackle the seamless continues playback problem, so when one video reaches the end, the next video is played back-to-back without delays. I thought, that modifications just int he stream-file module should suffice? Once the last chunk is exhausted, redirecting to a new url? Thoughts?

suman commented

Hi Yafesdev,
Have you built any solution like this ?

I went down the rabbit hole, but it became convoluted, so I stopped at the moment working on this. But was I was trying to do is to generate another stream-file that I start feeding, but as the video files need to be decoded first, that switch wasn't smooth.

@Brion I was checking this post a while ago, was wondering If you know if there is a plan of having this down the road? Cheers.