You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 hestream-file
module should suffice? Once the last chunk is exhausted, redirecting to a newurl
? Thoughts?The text was updated successfully, but these errors were encountered: