interceptor 0.0.1

A pure Rust implementation of Pluggable RTP/RTCP processors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "interceptor"
version = "0.0.1"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/interceptor"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/interceptor"

[dependencies]
rtp = "0.3.3"
rtcp = "0.3.3"
async-trait = "0.1.42"
bytes = "1"
thiserror = "1.0.25"
anyhow = "1.0.41"