Performance Improvements
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
andHTTPS
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
- Remove non-existing streaming constants by @defagos in #1229
- Improve documentation by @waliid in #1230
- Fix on-demand example URL by @defagos in #1234
- Fix performance issues due to access log and date retrieval by @defagos in #1233
Full Changelog: 11.0.0...12.0.0