mediasoup

Module rtp_parameters

Source
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 and profile-level-id in H264 or profile-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§