SrtConnectionInputSettings interface
Settings for an SRT Connection node: one accepted connection of an SRT listener running connectionOwnership: "perConnection", taken over as a source node of its own. See NorskInput.srtConnection().
Signature:
export interface SrtConnectionInputSettings extends SourceNodeSettings<SrtConnectionInputNode>, StreamStatisticsMixin
Events
| Property | Type | Description |
|---|---|---|
(health: SrtConnectionHealth) ⇒ void |
(Optional) Called periodically with this connection’s health. Measurements only — you decide the policy (e.g. |
|
(status: SrtInputStatus, sourceName: string | undefined, index: number, health?: InputHealthStatus) ⇒ void |
(Optional) |
Properties
| Property | Type | Description |
|---|---|---|
number |
The connection: the |
|
(Optional) Per-connection health sampling (). Unset = the listener’s setting. |
||
HealthThresholdsSettings | "recommended" |
(Optional) Opt-in thresholds for engine-side |
|
The listener that accepted the connection |
||
(sourceTimeState: SourceTimeState) ⇒ void |
(Optional) Called when a VITC timecode is detected, or having previously detected one it stops being present |
|
(context: SrtTsContext) ⇒ void |
(Optional) |
|
(table: SrtTsTable) ⇒ void |
(Optional) Callback to be invoked on receiving a TS PSI/SI table/section |