
I’ve been working on an app which lets you live stream your desktop. It takes in an RTMP stream from the broadcaster and transcodes it into HLS stream that viewers can watch in their web browsers. In this tutorial, I’ll show how you can build your own video streaming app with Nodejs. Continue reading “Building Live Streaming App with Node.js and React”
I’ve been working on a project where we were using AWS elastic transcoder for media conversion. Elastic transcoder is a highly scalable solution for media transcoding. However, it charges your per minute for media conversion depending on your region.
In this tutorial, I’ll show you how to build a video encoder with Node.js. We will use
Modern web browsers allow us to access connected media devices like microphones, cameras, and screens through 




