oxpulse-sfu-kit 0.11.5

Reusable multi-client SFU kit built on top of str0m. Simulcast, fanout, per-peer event routing.
Documentation
1
2
3
4
5
6
7
8
//! Video Frame Marking RTP header extension (`feature = "vfm"`).
//!
//! Implements the 1-byte short form of RFC 9626 (March 2025), which exposes
//! temporal layer ID and frame metadata for H.264, VP9, and HEVC without
//! full bitstream parsing.

pub mod frame_marking;
pub use frame_marking::FrameMarkingInfo;