Make Program
This is useful for renaming streams before they go to outputs, or for gathering multiple streams together for processors and outputs that expect a single stream or a single program, like output.autoCmaf
.
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") |
✗ |
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.