oxpulse-sfu-kit 0.11.1

Reusable multi-client SFU kit built on top of str0m. Simulcast, fanout, per-peer event routing.
Documentation
1
2
3
4
5
6
7
//! AV1 codec support (`feature = "av1-dd"`).
//!
//! Currently limited to Dependency Descriptor (DD) RTP header extension
//! parsing for temporal/spatial layer identification.

pub mod dependency_descriptor;
pub use dependency_descriptor::Av1DdInfo;