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