NorskOutput.cmafTtml() method
Produces TTML subtitle segments (ISO/IEC 14496-30 stpp, fragmented MP4) with the supplied settings for use in HLS or DASH manifests. Both HLS and DASH reference the same fragmented-MP4 segments.
Signature:
cmafTtml(settings: CmafTtmlOutputSettings): Promise<CmafTtmlOutputNode>;
Parameters
| Parameter | Type | Description |
|---|---|---|
settings |
Configuration for the CMAF TTML Stream |
Returns:
Promise<CmafTtmlOutputNode>
Find Examples
Search for examples using cmafTtml in our examples repo.