I have a Node.js process which outputs a video stream into my Node.js app.
On the client end, there is a tag. I would like to stream the video
m3u8 format is commonly used for streaming. Video streaming/transcoding is a resource intensive thing. I would suggest you to use third party service to do so, if you have that option.