Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 16, 2022 07:25 pm GMT

rtmp.ts (Elocast)

Starting with your own product is tough, especially if you care about the ownership of your product - PaaS solutions are quick and easy to deploy, but terrible when it comes to the latter point.

Which is why we decided to transition towards a more open approach with our in-house tech. An #opensource approach.

rtmp.ts is a media live-streaming server, which we utilise in-house for our own media streaming solution. Is it perfect? No, of course not. It's not meant to be. But it does the job, and does it pretty well. It's designed to be a flexible; the server is split into modules, which can be easily replaced without interfering with the rest of the app (for the most part), the communication between modules is largely based on node's native events-bus to help with that.

It's not very well documented, as it was never designed as an open-source project. That aspect will hopefully improve as time goes on.

Anyone interested in contributing is welcome to.

rtmp.ts GitHub repo


Original Link: https://dev.to/cski/rtmpts-elocast-2g09

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To