deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.16k stars 283 forks source link

Request for Advice: Displaying Multiple RTSP Cameras on a 4K Screen Using WebRTC #439

Open XFreitas opened 4 months ago

XFreitas commented 4 months ago

Hi, I have a network DVR, and I've already configured the RTSP URL into the system. I'm also able to retrieve the videos using the provided example. However, I need some advice. I intend to display 45 cameras on a 4K screen, but not all at the same time, rather in a rotating "tour" fashion. I attempted to create a web server for this purpose, accessing it using a Raspberry Pi, but whenever the videos start playing, everything freezes. I'm utilizing the WebRTC example because it offers better accuracy in timing.

XFreitas commented 4 months ago

I have to say, the funny part is that when only one video is playing, everything goes smoothly.