Releases: muxinc/mux-stats-sdk-avplayer
Releases · muxinc/mux-stats-sdk-avplayer
v1.2.1
- Fix bug in request metrics calculation. Request throughput will now be tracked again.
v1.2.0
- Fix bug in Mux-Stats-AVPlayer that prevents
videoChangeForPlayer
from working
- Fix bug in AVPlayer SDK where it misses initial play event at times if SDK is initialized too late. This could cause some iOS views to not be displayed in the real-time dashboard, and to potentially have incomplete metrics such as Video Startup Time.
- Add ability to optionally pass in new player data when calling
videoChangeForPlayer
: videoChangeForPlayer:withPlayerData:withVideoData
v1.1.3
- (bugfix) - Patch to avoid edge-case scenario where crashes can happen after calling
destroyPlayer
when observers have not yet bet set up on the player instance.
v1.1.2
- bump Mux-Stats-Core dependency to 2.1
v1.1.1
- bugfix - SDK should report the correct Mux Plugin Version
v1.1.0
Add new method MUXSDKStats.updateCustomerDataForPlayer:withPlayerData:withVideoData
. See documentation for details.
v1.0.2
Bugfix that caused slowness when loading AVPlayer due to checking currentItem.asset.duration
before the duration was loaded
v 1.0.1
- Fix a bug with incorrect source video duration
v1.0.0
This release removes the GoogleAds-IMA-iOS-SDK
requirement, which will be published in a separate pod.
v0.1.5
- Do not include IMA headers within tvOS builds