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.
- transceiver
- RTP transceiver.
- utils
- Helpers.
Structs§
- Error
- General error type.
- Incoming
RtpPacket - RTP packet wrapper containing also the instant when the packet was received.
- Invalid
Input - Invalid input error.
- Ordered
RtpPacket - Ordered RTP packet.
- RtpChannel
- RTP channel decoding/encoding RTP packets from/to byte frames.
- RtpHeader
- RTP header.
- RtpHeader
Extension - RTP header extension.
- RtpPacket
- RTP packet.