You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
PlayerItemTracker
methods are executed off the main thread to avoid potential UI hitches, particularly when displaying videos in scrollable views.Demo Fixes
Breaking Changes
HTTP
andHTTPS
constants from media composition streaming methods.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
This discussion was created from the release Performance Improvements.
Beta Was this translation helpful? Give feedback.
All reactions