Hacker News new | ask | show | jobs
by kretaceous 1114 days 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.

1 comments

Thanks - that alone is a good example to help illustrate what it can do, appreciate it!