Module mediasoup::rtp_parameters[][src]

Collection of RTP-related data structures that are used to specify codec parameters and capabilities of various endpoints.

Structs

RtcpParameters

Provides information on RTCP settings within the RTP parameters.

RtpCapabilities

The RTP capabilities define what mediasoup or an endpoint can receive at media level.

RtpCapabilitiesFinalized

The RTP capabilities define what mediasoup or an endpoint can receive at media level.

RtpCodecParametersParameters

Codec specific parameters. Some parameters (such as packetization-mode and profile-level-id in H264 or profile-id in VP9) are critical for codec matching.

RtpEncodingParameters

Provides information relating to an encoding, which represents a media RTP stream and its associated RTX stream (if any).

RtpEncodingParametersRtx

RTX stream information. It must contain a numeric ssrc field indicating the RTX SSRC.

RtpHeaderExtension

Provides information relating to supported header extensions. The list of RTP header extensions supported by mediasoup is defined in the supported_rtp_capabilities.rs file.

RtpHeaderExtensionParameters

Defines a RTP header extension within the RTP parameters. The list of RTP header extensions supported by mediasoup is defined in the supported_rtp_capabilities.rs file.

RtpParameters

The RTP send parameters describe a media stream received by mediasoup from an endpoint through its corresponding mediasoup Producer. These parameters may include a mid value that the mediasoup transport will use to match received RTP packets based on their MID RTP extension value.

Enums

MediaKind

Media kind

MimeType

Known Audio or Video MIME type.

MimeTypeAudio

Known Audio MIME types.

MimeTypeVideo

Known Video MIME types.

RtcpFeedback

Provides information on RTCP feedback messages for a specific codec. Those messages can be transport layer feedback messages or codec-specific feedback messages. The list of RTCP feedbacks supported by mediasoup is defined in the supported_rtp_capabilities.rs file.

RtpCodecCapability

Provides information on the capabilities of a codec within the RTP capabilities. The list of media codecs supported by mediasoup and their settings is defined in the supported_rtp_capabilities.rs file.

RtpCodecCapabilityFinalized

Provides information on the capabilities of a codec within the RTP capabilities. The list of media codecs supported by mediasoup and their settings is defined in the supported_rtp_capabilities.rs file.

RtpCodecParameters

Provides information on codec settings within the RTP parameters. The list of media codecs supported by mediasoup and their settings is defined in the supported_rtp_capabilities.rs file.

RtpCodecParametersParametersValue

Single value used in RTP codec parameters.

RtpHeaderExtensionDirection

Direction of RTP header extension.

RtpHeaderExtensionUri

URI for supported RTP header extension