Awesome to see this on the front page! I’ve been chatting with the OP for a few days and this is based on a Node.js PoC I wrote for a blog post on the state of broadcasting live from a browser[1]. This is, IMO, the simplest way to be able to go from a modern browser to an RTMP endpoint. You could try and do server-side WebRTC using a project like Pions[2], or use headless Chrome and be a peer, but both of those come…
Hey Matthew, thanks for the insights you've been providing to me thus far, I've added [1] to the references in the project's README! Meanwhile, there's another well-explained tutorial that complements [1] along with a code walkthrough to implement something similar in Node.js. https://github.com/fbsamples/Canvas-Streaming-Example/blob/m...
I'm really interested to see where this project goes, please keep me in the loop!