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

Common types for RTP to media framing.

Common types for media to RTP framing.

RTCP types.

Helpers.

Structs

Invalid input.

RTP header.

RTP header extension.

RTP packet.

Enums

RTP or RTCP packet.