1 unstable release

0.1.0 Sep 6, 2020

#19 in #rtp

MIT license

18KB
423 lines

rtp-parser

License: MIT Build Status

RTP Parser

This crate contains a parser written in pure Rust, using the nom crate, for the RTP protocol.


lib.rs:

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

Dependencies

~1MB
~17K SLoC