Video Streaming on Grafana Dashboard

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:

  1. 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.

  2. 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.

  3. 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?

2 replies