Perspective display live video

I am attempting to display a video stream from an IP camera in perspective. With some of the posts here i was able to re-stream the rtsp stream as HTTP which works, but only on the client computer using http://127.0.0.1. If i re-stream from the gateway, i can see the stream in a browser, but nothing works in designer or in a session. I have tried both the IFrame and VideoPlayer components. I feel like im missing something obvious, any insight would be much appreciated.

1 Like

If anyone else finds this topic with a similar problem i will share what i found.
My issue was related to having SSL/TLS enabled. Apparently chromium will detect mixed content and automatically “upgrade” the video url to https. I found no way around that, nor could i find a way to re-broadcast my video using https.

1 Like