WhipOutputSettings interface
The settings for a WebRTC Whip Output see NorskOutput.whip()
Signature:
export interface WhipOutputSettings extends SinkNodeSettings<WhipOutputNode>, StreamStatisticsMixin
Extends: SinkNodeSettings<WhipOutputNode>, StreamStatisticsMixin
Properties
Property | Type | Description |
---|---|---|
string |
The auth header to supply (for example: 'Bearer: mybearertoken') |
|
(Optional) Jitter buffer configuration |
||
number |
(Optional) Maximum duration to hold any stream in the case that one or more are running behind. In the case the late stream is delayed rather than having a large gap, this will result in discarded input frames. |
|
string |
The URI to make the initial publish request to (as per the WHIP protocol) |