Expand description
pure routed topology plus the RTP models used at its boundary
Re-exportsยง
pub use self::error::RouterError;pub use self::ids::ConnectionId;pub use self::ids::ConsumerId;pub use self::ids::MediaWorkerId;pub use self::ids::ProducerId;pub use self::ids::RouterId;pub use self::rtp::CodecSetting;pub use self::rtp::HeaderExtension;pub use self::rtp::HeaderExtensionUri;pub use self::rtp::MediaCapabilities;pub use self::rtp::MediaCodec;pub use self::rtp::MediaCodecCapability;pub use self::rtp::MediaFormat;pub use self::rtp::MediaStream;pub use self::rtp::RtcpFeedback;pub use self::rtp::RtcpFeedbackKind;pub use self::topology::Router;
Modulesยง
- error ๐
- ids ๐
- rtp ๐
- Router-native RTP model for the transport edge.
- rtp_
negotiation ๐ - RTP capability matching between producers, routers, and consumers.
- topology ๐
- Room-local routed topology and media placement lifetimes.
Structsยง
- Payload
Type - 7-bit RTP payload type value usable in RTP/RTCP muxed sessions
Enumsยง
- Media
Kind - Technical media kind shared by RTP, SDP, and signaling metadata.