v1.45.5
Vanilagy/mediabunnyv1.45.5Jun 2, 2026by Vanilagy
AI Summary
Fixes memory leaks in the server package, adds support for QuickTime color spaces, and implements workarounds for Chromium key frame detection issues.
Key Highlights
- Fixed `@mediabunny/server` memory leaks.
- Added support for reading QuickTime `nclc` color space information.
- Added workaround for faulty Chromium key frame detection.
- Improved `UrlSource` handling of Range headers.
New Features
- Server memory leak fixes
- QuickTime color space support
Full Release Notes
- Fixed `@mediabunny/server` memory leaks (#392) - Made sure that at least one track per type is enabled when muxing ISOBMFF (#391) - Added support for reading and writing QuickTime `nclc` color space information (#397) - Added workaround for faulty Chromium key frame detection causing VideoDecoder error (#396) - `UrlSource` now properly respects the `Range` header passed into `requestInit` - Improved `requestInit` docs for `UrlSource` (#387)