Skip to main content
Category: Display · Plays: video · Sends commands: no

Mental model

A Video Player is a video player. Point it at a video and it plays — for tutorials, product clips, or recorded footage.

When to use it

  • Embedded tutorial / product video
  • Recorded playback (vs. live — use WebRTC Viewer)

Settings

General / Style

  • Video source · poster image URL
  • Autoplay · loop · muted · playback speed
  • Width / height · alignment · padding

Script API example

The same interactions from a dashboard script:
// Resize for portrait phones
if (context.device.orientation === 'portrait') widget.resize('promoVideo', 320, 180);

WebRTC Viewer

For live streams instead of recorded video.