NorskOutput.hlsTsCombinedPush() method
Produces Transport Stream segments containing both video and audio with the supplied settings for use in HLS manifests and pushes them to the configured location (see CmafDestinationSettings)
Signature:
hlsTsCombinedPush(settings: HlsTsCombinedPushOutputSettings): Promise<HlsTsCombinedPushOutputNode>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Configuration for the HLS TS Stream |
Returns:
Promise<HlsTsCombinedPushOutputNode>
Find Examples
Search for examples using hlsTsCombinedPush in our examples repo.