Docs.rs
rtp-parser-0.1.0
rtp-parser 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nbuckles13
Dependencies
nom ^5.0
normal
Versions
85%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rtp_
parser
0.1.0
All Items
Sections
RTP parser
Crate Items
Structs
Functions
Crate
rtp_parser
Copy item path
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
§
RtpPacket
An RTP packet, https://tools.ietf.org/html/rfc3550#section-5.1
RtpPacket
Header
Extension
An RTP packet header extension, https://tools.ietf.org/html/rfc3550#section-5.3.1
Functions
§
parse_
rtp_
packet
Parse an RTP packet