Broadcasting CCTV Camera

I was developing a construction project management system. I just wanted to install a CCTV camera at the site and let managers follow up the work remotely. Is there any way to implement such function on the web. I am using Laravel 8 and the expected number of viewers of the CCTV video is less than 10.


You don't need to involve your backend in that you can stream using either WebRTC or a normal javascript getUserMedia