NorskDuplex interface
Methods that allow you to both ingest and egest media from your application at the same time
Signature:
export interface NorskDuplex
Methods
Method | Description |
---|---|
Playback audio/video via webrtc to a browser, and accept audio/video input from a browser. The browser client must conform to a custom protocol as implemented in the hosted test page. (Available from WebRTCBrowserNode.playerUrl For general WebRTC ingest prefer the WHIP input node, and for egest to a downstream media server use the WHIP output node. For browser egest (e.g. stream preview) use the WHEP output node. |