Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 652 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 652 Bytes

webrtc

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