NorskTransform.ancillary() method

Observe, modify or inject ancillary data such as SCTE-35 or timed metadata.

If intending to send ancillary messages without a specified timestamp this node should be subscribed to an audio or video stream from the given program to act as a timing source.

Signature:

ancillary(settings: AncillarySettings): Promise<AncillaryNode>;

Parameters

Parameter Type Description

settings

AncillarySettings

Returns:

Promise<AncillaryNode>

Find Examples