Video Player

Overview

List of configuration files

Filename

Short description

Format

Link to documentation

dashboard.view#VideoPlayerWidget

Defines the VideoPlayerWidget widget global settings

json

Link

Features

Video widget displays a video stream on the dashboard. A video widget can host a single stream. There is no PTZ controller by default, if necessary add a PTZ widget.

Configuration

{
"configuration": [
    {
      "type": "VideoPlayer",
      "id": "h",
      "title": "Value subscription widget example",
      "videoWidgetSettings": {
        "videoId": "root.camera.labo.url"
}
  • type : Must be VideoPlayer

  • videoId : The item ID referencing the flux inside the osp-video module

Note

The size of the flux is managed as the others widgets.