TamsFlowInputSettings interface
Signature:
export interface TamsFlowInputSettings extends InputSettings<TamsFlowInputNode>
Extends: InputSettings<TamsFlowInputNode>
Properties
| Property | Type | Description |
|---|---|---|
"stop" | "follow" |
(Optional) What to do on reaching the end of what currently exists. Says nothing about where playback starts — that is .
|
|
(Optional) HTTP authentication scheme to use |
||
string |
(Optional) When specified dump the raw source input for debug purposes to the given directory |
|
string[] |
IDs of all the flows to include in this input. These should be either elementary flows with overlapping timelines covering the period to play, or a flow collecting such flows |
|
{ from?: TamsPlayPosition; to?: TamsPlayEnd; } |
(Optional) Which part of the flow to play. Omitted entirely is all of it, from the start — which for a long-retention live flow means starting at the oldest media retained, and never catching up. Independent of . |
|
(Optional) Optional time-domain configuration. When set, the input is placed into a named coordinator and is timestamp-aligned with all other inputs sharing the same domain id within this Norsk instance. Omit for the default (uncoordinated) behaviour. |
||
string |
URL of the TAMS service, eg http://example.com:12345/shiny-tams-api/ |