Expand description
Adaptive bitrate ladder generation for HLS/DASH streaming.
This module provides tools for generating Netflix-style ABR ladders, per-title encoding optimization, and bandwidth estimation.
Structsยง
- AbrLadder
- An adaptive bitrate ladder containing multiple renditions.
- AbrLadder
Generator - Generator for ABR ladders targeting specific resolutions and codecs.
- Bandwidth
Estimator - Ring buffer of recent bandwidth samples (last 30 samples).
- Bandwidth
Point - A bandwidth measurement at a point in time.
- PerTitle
Encoding - Per-title encoding optimization for content-aware ABR ladders.
- Resolution
Bitrate - A single rendition in an ABR ladder.