I am currently working on integrating a live video stream from an Bosch IP camera (NDV-5702-A) into Grafana running on ctrlX CORE. However, I have encountered several issues during the process.
Issues Encountered:
Direct Access Works:
Entering
http://192.168.10.100/video.mp4?line=1&inst=2
in a PC web browser successfully displays the live stream.
Grafana Fails to Load Video:
The video does not load in Grafana text panel - HTML.
400 Bad Request occurs when attempting to load the video in Grafana.
Using an
<img>
tag also does not work.
Browser Debugging Results:
NS_BINDING_ABORTED / Mixed Content Error appears in DevTools.
After enabling HTTPS on the IP camera, the mixed content error disappeared, but net::ERR_BLOCKED_BY_ORB appeared.
Could you provide guidance on how to resolve this issue and recommend the best approach for displaying the live video stream in Grafana?