NorskOutput.cmafWebVtt() method
Produces WebVTT segments with the supplied settings for use in HLS or DASH manifests. These are served via the Norsk web server
Signature:
cmafWebVtt(settings: CmafWebVttOutputSettings): Promise<CmafWebVttOutputNode>;Parameters
| Parameter | Type | Description | 
|---|---|---|
| settings | Configuration for the CMAF WebVTT Stream | 
Returns:
Promise<CmafWebVttOutputNode>
Find Examples
Search for examples using cmafWebVtt in our examples repo.