Ullaakut / RTSPAllTheThings

Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Apache License 2.0
275 stars 72 forks source link

Outputting streams from multiple IP cameras to a web browser #69

Closed pranavlal closed 5 years ago

pranavlal commented 5 years ago

Hi, I have 10 IP cameras. I want to send their streams to the server and them view them on a web page. Is this the right tool for this task?

Ullaakut commented 5 years ago

Mh, most likely not. This tool can be used to broadcast your streams if they aren't accessible from the outside of your network, but that's about it.

What you need is a web interface for viewing RTSP streams.

Here are my suggestions (open source and free):

Or you can also buy an NVR (Network Video Recorder) and plug it in your network, most of them provide a web interface to view the streams, on top of keeping records of your streams.