Auto CMAF
The output.autoCmaf
component is designed to handle the creation of CMAF outputs from multiple video and audio streams. It supports segmenting, publishing to S3 destinations, and managing ad insertions.
Features
Some features of this component are:
-
Accepts multiple video and audio streams.
-
Configurable segment parameters (duration, retention, etc.).
-
Supports publishing to multiple S3 destinations.
-
Optionally include Ad markers in the published streams.
Component Configuration
Option | Description | Required |
---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
name |
The name of the multivariant/dash playlist (default: "default") |
𐄂 |
sessionId |
Generate a unique session id per run to avoid cache collisions (default: false) |
𐄂 |
segments |
Detailed segment configuration |
𐄂 |
s3Destinations |
S3 destinations to publish to (default: []) |
𐄂 |
drmProvider |
Encrypt with a DRM provider (if configured globally) |
𐄂 |
Segments
Option | Description | Required |
---|---|---|
retentionPeriod |
How many seconds of data to retain for playback in media playlists (default: 60) |
𐄂 |
defaultSegmentCount |
How many segments to display in a default playlist (0 means show all) (default: 0) |
𐄂 |
targetSegmentDuration |
How many seconds should be in each segment (default: 4) |
𐄂 |
targetPartDuration |
For low latency playlists, what size parts should be generated in seconds (default: 1) |
𐄂 |
holdBackSegments |
How many segments back should a player start |
𐄂 |
holdBackParts |
How many parts back should a player start |
𐄂 |
Global Configuration
DRM encryption is available through EZDRM and Axinom DRM.
For both providers you need to configure authentication to enable Norsk to obtain encryption keys through the provider’s servers.
You may also configure additional settings for Studio to be able to obtain a license for local playback for the encrypted content.
After setting this global configuration, enabling on an it is as simple as setting drmProvider
to true
.
Example Configuration
Here is an example of how to configure the output.autoCmaf
component in a YAML file:
- type: output.autoCmaf
config:
displayName: autoCmaf
name: default
sessionId: true
segments:
retentionPeriod: 60
defaultSegmentCount: 0
targetSegmentDuration: 4
targetPartDuration: 1
s3Destinations: []
id: autocmaf