Reputation: 213
I have 2 MP4 videos, I need a flash player or a HTML5 player where I provide these 2 video URLs and they both play as a single video and not 2 separate videos.
Thanks in advance
Upvotes: 2
Views: 735
Reputation: 7853
You can use popcorn-splice or Popcorn.sequence as described here:
Loading alternate video sources with Mozilla Popcorn and sequence.js
Either one will play two HTML5 videos back to back. You may still need to write your own player controls. popcorn-splice has an example of how to do that.
Upvotes: 1