NorskOutput.tamsAudioFlowPush() method
Produces Transport Stream audio segments with the supplied settings and pushes a TAMS flow and and these segments to a remote server via the TAMS write API
Signature:
tamsAudioFlowPush(settings: TamsAudioFlowOutputSettings): Promise<TamsAudioFlowOutputNode>;
Parameters
| Parameter | Type | Description |
|---|---|---|
settings |
Configuration for the HLS TS Stream |
Returns:
Promise<TamsAudioFlowOutputNode>
Find Examples
Search for examples using tamsAudioFlowPush in our examples repo.