Pure Rust WebRTC library
quiche - cloudflare
(BSD 2-Clause "Simplified" License)
Rustでのパケット作成部分を参考にした
aiortc
WebRTCのコードの作成を参考にした
pions/webrtc
テストコードが簡潔に纏まっているので, テストケースを流用した.
-
RTP
- RTP Packet Struct
- RTP Packet Serialize and Deserialize
- add Header Extension (H.264, H.265, VP8, VP9 etc...)
- Serialize and Deserialize test
-
RTCP Packet
- RTCP Packet Struct
- RTCP Packet Serialize and Deserialize
- Serialize and Deserialize test