Plugins 〉Video


Developer
Innius


Sign up to receive occasional product news and updates:



Panel
community

Video

  • Overview
  • Installation
  • Change log
  • Related content

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.

Installing Video on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

v1.0.6

  • upgrade grafana dependencies and grafana tools

v1.0.5

  • enable custom background colors for iframe control

v1.0.4

  • some small textual improvements
  • add docker-compose file to allow easy testing
  • support templates in iFrame / Video URL's
  • support full width for videos

v1.0.3

sign the plugin

v1.0.2

geolocation for iframes

v1.0.0

Initial Release