[][src]Crate rtp_parser

RTP parser

This crate contains a parser written in Rust (using nom) for the RTP protocol

See also:

  • RFC 3550: RTP: A Transport Protocol for Real-Time Applications

Structs

RtpPacket

An RTP packet, https://tools.ietf.org/html/rfc3550#section-5.1

RtpPacketHeaderExtension

An RTP packet header extension, https://tools.ietf.org/html/rfc3550#section-5.3.1

Functions

parse_rtp_packet

Parse an RTP packet