Expand description
Collection of RTP-related data structures that are used to specify codec parameters and capabilities of various endpoints.
Structs§
- Provides information on RTCP settings within the RTP parameters.
- The RTP capabilities define what mediasoup or an endpoint can receive at media level.
- The RTP capabilities define what mediasoup or an endpoint can receive at media level.
- Codec specific parameters. Some parameters (such as
packetization-mode
andprofile-level-id
in H264 orprofile-id
in VP9) are critical for codec matching. - Provides information relating to an encoding, which represents a media RTP stream and its associated RTX stream (if any).
- RTX stream information. It must contain a numeric ssrc field indicating the RTX SSRC.
- 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. - 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. - 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§
- Media kind
- Known Audio or Video MIME type.
- Known Audio MIME types.
- Known Video MIME types.
- Error that caused
MimeType
parsing error. - 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. - Error of failure to create
RtcpFeedback
from type and parameter. - 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. - 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. - 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. - Single value used in RTP codec parameters.
- Direction of RTP header extension.
- URI for supported RTP header extension
- Error that caused
RtpHeaderExtensionUri
parsing error.