RtpStreamSettings interface

A description of an incoming RTP stream

Signature:

export interface RtpStreamSettings

Properties

Property Type Description

interface

string

The interface to bind to, "loopback" and "any" are special cases and anything else will be interpreted as the name of a network interface

ip

string

The IP Address to join the RTP stream on

rtcpPort

number

The port to connect to for the associated RTCP stream

rtpPort

number

The port to connect to for the RTP stream itself

streamId

number

A streamID to assign to the outgoing stream key

streamType

RtpLinearPcm | RtpEac3 | RtpMpeg4GenericAacHbr | RtpH264 | RtpHEVC

A description of the stream being joined