I'd like to stream two or three videos one after the other (extracting the names from an array and then loading them from file system would be enough) and without any sign that the prevous one has finished before showing the one that follows. I found some examples for single video streaming but I didn't manage to adapt them.
https://medium.com/@daspinola/video-stream-with-node-js-and-html5-320b3191a6b6
Where can I find something more suitable or how can I modify those examples?