NorskOutput.hlsTsVideo() method
Produces Transport Stream video segments with the supplied settings for use in HLS manifests and builds a playlist served locally from the Norsk Web Server or from other locations - see CmafDestinationSettings
Signature:
hlsTsVideo(settings: HlsTsVideoOutputSettings): Promise<HlsTsVideoOutputNode>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Configuration for the HLS TS Stream |
Returns:
Promise<HlsTsVideoOutputNode>
Find Examples
Search for examples using hlsTsVideo in our examples repo.