v1.48.0

Vanilagy/mediabunnyv1.48.0Jun 16, 2026by Vanilagy

AI Summary

Enhances HLS handling with timestamp offset configuration and introduces the ability to configure hardware acceleration preferences for video decoders.

Key Highlights

  • Added `hls.offsetTimestampsByDateTime` option to control timestamp offsetting.
  • Added ability to configure decoder preferences like hardware acceleration for video sinks.
  • Fixed HLS request resolution logic for redirects.
  • Improved error handling after disposing of an `Input`.

New Features

  • HLS timestamp offset configuration
  • Hardware acceleration configuration

Full Release Notes

- Added `InputFormatOptions.hls.offsetTimestampsByDateTime` (defaults to `true`), allowing you to disable Mediabunny offsetting timestamps by date time metadata found in HLS playlists
- Added the ability to configure decoder preferences like hardware acceleration for each video sink (#406)
- Fixed HLS request resolution logic not properly handling redirects
- Improved error handling after disposing of an `Input` (#405)
- Fixed occassional assertion failures when reading files with high contention (#404)