2
Emacs
5y

Hi folks,

I'm currently working on a project where I need to reassemble and play a video from chunks fetched on a server.

The chunks are created from an mp4 video file and with the help of the 'split' command in a terminal.

I can fetch and play the first chunk in a video tag. It displays the total length of the video and stops when the end of the chunk is reached.

But I cannot fetch the second one, somehow append it to the first one and play the newly created chunk.

I tried to concatenate the two chunks using arrayBuffer and Blobs but it didn't work.

Maybe the solution is with SourceBuffer ?

Let's find a way to do that !

Thanks you guys !

Comments
  • 0
    Try asking on Stack overflow.
    Just be prepared for a few harsh comments.
Add Comment