0

I have a few videos which are each about 5 minutes in length. Is there any way to use VideoJS such that these five videos appear to be all one video, each concatenated one after the other? The video length should appear to be the total length of all my videos. If I seek to a spot it should go to the corresponding video and play at the corresponding place. If VideoJS does not support this I would be happy to choose a different player.

umop aplsdn
  • 300
  • 1
  • 12

1 Answers1

0

I think it's better to concatenate those two videos into one before trying to stream them.

You can try to use ffmpeg to concatenate them. See: Concatenate two mp4 files using ffmpeg, then you can stream the o/p video file by videoJS

Community
  • 1
  • 1
khateeb
  • 663
  • 1
  • 7
  • 17
  • I'd rather not do that due to copyright issues. The videos would not be hosted on my server, rather, I'm taking them from an outside source. – umop aplsdn Aug 11 '14 at 20:16
  • That is not really a useful answer, @umopaplsdn is specifically asking on how to make a playlist seem like a unique video. – Ariel M. Oct 25 '21 at 23:53