Skip to content

Releases: muxinc/mux-stats-sdk-avplayer

v1.2.1

20 Feb 20:37
b8833e1
Compare
Choose a tag to compare
  • Fix bug in request metrics calculation. Request throughput will now be tracked again.

v1.2.0

10 Feb 21:13
89bc1aa
Compare
Choose a tag to compare
  • 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

16 Jan 22:12
067d353
Compare
Choose a tag to compare
  • (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

25 Nov 23:57
8782166
Compare
Choose a tag to compare
  • bump Mux-Stats-Core dependency to 2.1

v1.1.1

18 Nov 21:36
61b5c05
Compare
Choose a tag to compare
  • bugfix - SDK should report the correct Mux Plugin Version

v1.1.0

18 Oct 16:20
8a1ada4
Compare
Choose a tag to compare

Add new method MUXSDKStats.updateCustomerDataForPlayer:withPlayerData:withVideoData. See documentation for details.

v1.0.2

15 Oct 17:12
7ba216a
Compare
Choose a tag to compare

Bugfix that caused slowness when loading AVPlayer due to checking currentItem.asset.duration before the duration was loaded

v 1.0.1

17 Sep 22:24
Compare
Choose a tag to compare
  • Fix a bug with incorrect source video duration

v1.0.0

17 Sep 04:33
ff62c56
Compare
Choose a tag to compare

This release removes the GoogleAds-IMA-iOS-SDK requirement, which will be published in a separate pod.

v0.1.5

10 Oct 01:17
713a79c
Compare
Choose a tag to compare
  • Do not include IMA headers within tvOS builds