UnKnowIP n3wb Sep 5, 2023 1 0 IP Sep 5, 2023 #1 Hello I am looking for a html page I can run it locally or software to run 4 RTSP streams in the same time in the same page any idea?
Hello I am looking for a html page I can run it locally or software to run 4 RTSP streams in the same time in the same page any idea?
bp2008 Staff member IPCT+ Member Mar 10, 2014 12,911 14,508 USA Sep 5, 2023 #2 Web browsers can't natively receive RTSP streams. You would need to run software to achieve the goal. Here is one possibility that is free and extremely capable, but will require significant technical expertise: GitHub - bluenviron/mediamtx: Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish and proxy video and audio streams. Reactions: TonyR and JDreaming
Web browsers can't natively receive RTSP streams. You would need to run software to achieve the goal. Here is one possibility that is free and extremely capable, but will require significant technical expertise: GitHub - bluenviron/mediamtx: Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish and proxy video and audio streams.
tangent IPCT Contributor May 12, 2016 4,641 3,996 Sep 5, 2023 #3 You could also potentially enable MJPEG substreams and embed those in a local html file. Just don't use your main camera user account. The RTSP media proxy is a better option. Reactions: JDreaming
You could also potentially enable MJPEG substreams and embed those in a local html file. Just don't use your main camera user account. The RTSP media proxy is a better option.