homarr
homarr copied to clipboard
HTTP links not working in Video Stream
Environment
Docker
Version
0.15.3
Describe the problem
I'm trying to add a video feed from my camera. It's connected to Frigate via go2rtc. The URL to it the feed is http://<server>:<port>/stream.html?src=<name>
but when I put that in the Video Feed widget, it doesn't work. Checking the network traffic, it looks like its trying to access https://<server>:<port>/stream.html?src=<name>
instead. I have set my site settings for my Homarr URL to allow insecure content. If I add the stream URL via an iFrame, it shows.
Logs
Nothing of note, just standard informational stuff: ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons ℹ Saving updated configuration of 'default' config. ℹ Local icons repository directory exists and contains 0 icons ℹ Local icons repository directory exists and contains 0 icons
Context
Settings for the widget, showing HTTP:
Network traffic, showing HTTPS:
Please tick the boxes
- [X] I confirm that I attached the proper logs
- [X] I've read the docs
- [X] I've checked for duplicate issues
- [X] I've tried to debug myself