Public Perspective site not passing web resources properly

I have a publicly hosted AWS EC2 with ignition exposed that I’m working with currently.

I’m having some trouble figuring out why I can’t get a camera feed to pass through to the Perspective Client The perspective view works great locally within a client on the EC2. It looks like it’s authenticating and pulling the feed at the client when I need it to do that at the gateway to serve everyone the feed that has access to a client.

The camera feed is through the same site-to-site VPN(VPC) I have an edge gateway on. If I use my Secomea connection the view also works appropriately.

I’m using the WebDev module with local HTML files on the gateway. Is there a way I can make this work with what I have or do I need to find another way?

Hi,

To clarify, can you send the feed from the Secomea connection to multiple clients? Or does this connection only work with the local client as well? How are you getting the camera feed locally?

I opened up a support ticket and it ended up being how we were authenticating the connection. The HTTP request was originating with the client and not at the gateway level. The cameras don't support the Basic HTTP authentication that the system.net.http methods support so I'm having to go another route with this. Probably going to use Kinesis from AWS to rehost the feeds since this server is already present in an AWS environment.

1 Like