Expand description
A high-fidelity, cross-platform video decoder jitter buffer implementation in Rust.
Modulesยง
- decoder
- The common interface for platform-specific decoders.
- encoder
- frame
- Contains the fundamental data structures for video frames.
- jitter_
buffer - The JitterBuffer, which reorders, buffers, and prepares frames for the decoder.
- jitter_
estimator - Calculates network jitter based on frame arrival times.
- messages
- Shared message types for worker communication