Expand description
RTP packet serialization/de-serialization + utilities as defined in RFC 3550.
Re-exports§
pub use self::depacketizer::Depacketizer;pub use self::depacketizer::MediaStream;pub use self::packetizer::MediaSink;pub use self::packetizer::Packetizer;pub use self::rtcp::CompoundRtcpPacket;pub use self::rtcp::RtcpHeader;pub use self::rtcp::RtcpPacket;pub use self::rtcp::RtcpPacketType;
Modules§
- depacketizer
- Common types for RTP to media framing.
- packetizer
- Common types for media to RTP framing.
- rtcp
- RTCP types.
- utils
- Helpers.
Structs§
- Invalid
Input - Invalid input.
- RtpHeader
- RTP header.
- RtpHeader
Extension - RTP header extension.
- RtpPacket
- RTP packet.
Enums§
- Packet
Mux - RTP or RTCP packet.