Thursday, 17 September 2020

Live Streaming in Node JS with MSE and Media Devices!

I have been trying to figure out live streaming for more than a month now and got really frustrated but I finally found out how to do it with getUserMedia(), the MediaRecorder() API, websockets, and Media Source Extensions. Here is the github link to the Proof-Of-Concept live streaming (the codecs for the sourceBuffer() added to the media source in the client side may need some tweaking):https://github.com/highboi/livestream-POC

Submitted September 18, 2020 at 06:48AM by highboi68088

No comments:

Post a Comment