Perpsective Video Player Live Feed network

The cameras are on a network that the gateway can access just fine. They are TCP devices, doing the data transfer just fine. From the server I can look at the webpage and see video. When I embed the video player into a view, I get nothing. But designer, or the session, are being viewed on client devices, not the server. the clients don’t have access to that URL, the server does. Is a URL on a video player component access by the client directly or is the server relaying it?

I can answer that, the video player looks great on the server but can’t see the videos on the clients. Here is a very stupid question, is this something that I can solve with WebDev by defining endpoints to the cameras and then serving them across to the clients? I’m sure that sounds as bad as it feels.