v1.38.0
Vanilagy/mediabunnyv1.38.0Mar 5, 2026by Vanilagy
AI Summary
Improved video sampling stability by enforcing a regular frame rate and added configuration options for the source.
Key Highlights
- Regular frame rate sampling to reduce FPS variability
- Added `MediaStreamVideoTrackSourceOptions` for configuration
- Prevents players from glitching due to wildly variable FPS
New Features
- `MediaStreamVideoTrackSourceOptions`
- Regular frame rate sampling
Full Release Notes
- Made `MediaStreamVideoTrackSource` sample the underlying video track at a regular frame rate, reducing the chance of output files with wildly variable FPS (would glitch out some players) - Added `MediaStreamVideoTrackSourceOptions` to configure its sampling frame rate