/grafana-video-panel

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Video Panel

A panel to display video from a URL, YouTube ID, or an iFrame.

GitHub release (latest by date) Marketplace Downloads

Configuration

File

  • URL : the url to a valid video file. Eg: https://example.com/video.mp4
  • Grafana variables are supported. For instance: https://example.com/your-camera-feed?id=${__from}
  • Autoplay (optional): autoplay video
  • Loop (optional) : loop video

screenshot

YouTube

  • Video ID : the value after watch?v= in the URL. Eg: eQpyJQ2womo
  • Autoplay (optional): autoplay video
  • Loop (optional) : loop video

screenshot

iFrame

The iFrame source is useful when you're dealing with camera feeds.

  • URL : the url of the page. Eg: https://example.com/your-camera-feed
  • Grafana variables are supported. For instance: https://example.com/your-camera-feed?id=${__from}

screenshot

Installation

  1. Go to Grafana Plugins page and search Video Panel by Innius.

  2. The panel is available in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.