Make Program
Component Configuration
Option | Description | Required |
---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
sourceName |
Source name for the new program |
✗ |
programNumber |
Program number for the new program (default: 1) |
✓ |
startingStreamId |
The initial stream id to assign, all streams will then increment from this (default: 256) |
✗ |
renditionName |
The rendition name for each stream (default: "default") |
✗ |
sync |
Synchronise the streams that are involved (except subtitles), this will also condition the streams with discontinuities if needed (default: true) |
✗ |
notes |
Notes about this component |
✗ |
Modes
Each mode overrides the stream key of streams individually.
'simple'
For each stream key component specified in config, it will override that component of the existing stream key directly.
If all components of the stream key are specified in config, it can only accept one stream, because stream keys need to be unique.