YouTube cue
Embeds a YouTube video on a video output.
Settings
| Setting | What it does |
|---|---|
| URL | Any YouTube link; the video id is taken from it |
| Start / end | Where in the video to begin and end |
| Loop | Whether it repeats |
| Output | Which video output it displays on |
| Level | Opacity, 0–100% |
| Input area | The part of the picture stretched onto the output |
| Audio | Whether the video’s sound plays, and at what volume |
How it runs
Stays up until something stops it or the video reaches its end. Seekable through the embed, fadeable.
Needs a connection: offline, the cue is invalid. Also invalid without a URL, or with no video output configured or picked.
Like the HTML cue, its sound lives in a cross-origin iframe: it plays on the system’s default device, and the volume is set through YouTube’s own player rather than the app’s audio graph. The picture cannot be colour-corrected for the same reason.
Scripting
duration, level, audioLevel. See
properties.