top | item 36108545

(no title)

bengl3rt | 2 years ago

rstp-simple-server is fantastic, I use it for all kinds of stuff and appreciate how easy it is to deploy. More software should eschew having a million dependencies and focus on doing one thing WELL :)

discuss

order

ElongatedMusket|2 years ago

I'm a programmer that doesn't really understand anything about media streaming. What is a good use case for this project? I can't decipher it from the description. It can read and publish media streams. What does that do?

kretaceous|2 years ago

I have used MediaMTX to proxy IP camera feeds to custom web pages.

IP cameras generally stream through the Real time Streaming Protocol (RTSP). This cannot be directly played in the web and also requires authentication in most cases.

MediaMTX acts as a proxy to convert RTSP→WebRTC and take care of the authentication.

Sesse__|2 years ago

mediamtx has 50 dependencies...

throwaway894345|2 years ago

Presumably it means no runtime dependencies? A lot of media software requires you to have a bunch of libraries installed via system package manager, so I’m guessing this is intending to contrast with that?