Crate rtp_parser

Source
Expand description

§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§

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

Functions§