SrtOutputSettings interface
The settings for an SRT output see: NorskOutput.srt()
Signature:
export interface SrtOutputSettings extends SinkNodeSettings<SrtOutputNode>, StreamStatisticsMixinExtends: SinkNodeSettings<SrtOutputNode>, StreamStatisticsMixin
Events
| Property | Type | Description | 
|---|---|---|
| ( streamId: string, streamIndex: number, remoteHost: string) ⇒ void | (Optional) On connect callback, notifying that a new caller has connected (in listener mode) and providing the stream_id that was set on the socket | 
Properties
| Property | Type | Description | 
|---|---|---|
| number | (Optional) A/V delay in milliseconds - to allow inclusion of subtitles, metadata and other ancillary data. May be set to 0 if these are not present to reduce latency | |
| number | (Optional) Jitter buffer delay in milliseconds | |
| string | The IP address or hostname to listen on in listener mode, or to connect to in caller mode | |
| number | (Optional) Input bandwidth (SRTO_INPUTBW) | |
| number | (Optional) Max bandwidth (SRTO_MAXBW) | |
| The mode to act in (see SrtMode) | ||
| (info: { port: number; }) ⇒ void | (Optional) Called when a listener-mode SRT output binds to the interface | |
| number | (Optional) Overhead bandwidth (SRTO_OHEADBW) | |
| string | (Optional) Passphrase for encryption | |
| number | (Optional) The latency value provided by the sender side as a minimum value for the receiver (SRTO_PEERLATENCY) | |
| number | The port to listen on in listener mode, or to connect to in caller mode In listener mode the port may be given as 0 to bind to an automatically assigned port, which can be retrieved in  | |
| number | (Optional) The latency value in the receiving direction of the socket (SRTO_RCVLATENCY) | |
| string | (Optional) Stream ID to set on the socket when acting in caller mode |