NorskOutput.whip() method
Connects and sends media to a remote server via WebRTC using the WHIP standard.
Here Norsk acts as the WHIP client sending to a remote Media Server; to have Norsk act as the Media Server ingesting from some other WHIP client, see NorskInput.whip()
Signature:
whip(settings: WhipOutputSettings): Promise<WhipOutputNode>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Configuration for the WebRTC Stream |
Returns:
Promise<WhipOutputNode>
Find Examples
Search for examples using whip in our examples repo.