WhipOutputSettings interface

The settings for a WebRTC Whip Output see NorskOutput.whip()

Signature:

export interface WhipOutputSettings extends SinkNodeSettings<WhipOutputNode>, StreamStatisticsMixin

Properties

Property Type Description

authHeader

string

The auth header to supply (for example: 'Bearer: mybearertoken')

jitterBuffer?

JitterBufferConfig

(Optional) Jitter buffer configuration

maxQueueMs?

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.

uri

string

The URI to make the initial publish request to (as per the WHIP protocol)