Skip to content

Performance Improvements

Compare
Choose a tag to compare
@defagos defagos released this 13 Jun 06:28
· 52 commits to main since this release
12.0.0
206116e

Improvements

  • Ensure most PlayerItemTracker methods are executed off the main thread to avoid potential UI hitches, particularly when displaying videos in scrollable views.

Demo Fixes

  • Fixed performance issues when seeking on certain devices.
  • Resolved visible hitches when swiping between stories in the demo.
  • Corrected a non-working stream URL.

Breaking Changes

  • Removed HTTP and HTTPS constants from media composition streaming methods.
  • Most PlayerItemTracker methods are now called off the main thread. Update your implementation to handle thread safety accordingly.

What's Changed

Full Changelog: 11.0.0...12.0.0