ST2110OutputAudioSender interface

Signature:

export interface ST2110OutputAudioSender

Properties

Property Type Description

advanced?

ST2110OutputAudioSenderAdvanced

(Optional) Norsk-internal performance knobs. See ST2110OutputAudioSenderAdvanced.

format?

ST2110AudioFormat

(Optional) Wire-format encoding (SDP a=rtpmap: encoding name L16 / L24). Defaults to PCM16 (L16).

payloadType?

number

(Optional) Optional RTP payload type (RFC 3550 dynamic range, 96—​127). Omit to use Norsk’s default (111 for audio).

ptime

ST2110AudioPacketTime

SDP a=ptime: — packet duration in milliseconds. Sub-millisecond values are expressed as decimals (e.g. 0.125 for 125 µs).

ssrc?

number

(Optional) Optional RTP SSRC (RFC 3550). Omit to let MTL pick a random value. See ST2110OutputVideoSender.ssrc.

type

"audio"