v1.28.0
Vanilagy/mediabunnyv1.28.0Jan 14, 2026by Vanilagy
AI Summary
An update focused on optimizing the Ogg format for lower-latency streaming and fixing parsing issues.
Key Highlights
- Added `maximumPageDuration` option to `OggOutputFormatOptions` for lower-latency streaming
- Fixed Ogg demuxer surfacing 0-byte packets in incorrectly-written files
New Features
- maximumPageDuration option
Full Release Notes
- Added a `maximumPageDuration` option to `OggOutputFormatOptions`, allowing you to set an upper bound for the duration of a page for lower-latency streaming (#277) - Fixed Ogg demuxer surfacing 0-byte packets in incorrectly-written files (#279)