Skip to content

Releases: muxinc/mux-stats-sdk-media3

v1.6.1

22 Nov 22:31
995a715
Compare
Choose a tag to compare

Improvements

  • fix: suppress some ad events when outside of an ad break (#102)
  • fix: dropped frames not tracked (#103)

Internal Library Updates

  • Update muxstats-android to v1.4.4

Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.6.0

02 Oct 20:27
8d90cc8
Compare
Choose a tag to compare

Updates

  • Better tracking of ad events. If you are using a VideoPlayerAdCallback supply it to ImaAdsLoader.monitorWith (#82).

Fixes

  • fix: rebuffering not ended when seeking starts
  • fix: extra-verbose logging causing crashes in some cases

Internal lib updates

  • Update stats.java to 8.1.2
  • Update muxstats.android to 1.4.2

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: Tomislav Kordic [email protected]
Co-authored-by: GitHub [email protected]

v1.5.2

20 Sep 20:57
d4bb41b
Compare
Choose a tag to compare

Fixes

  • fix: use real media3 SDK version (#95)

Improvements

  • Add support for media3 v1.4 (#93) (#97)
  • feat: Handle nonfatal codec exceptions on API 21+ (#96)

Internal lib updates

  • Update android lib 1.4.0
  • Update stats.java lib to 8.1.0
  • Remove kt-utils from the dependencies. It is no longer required

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.5.1

21 Aug 15:28
5928c53
Compare
Choose a tag to compare

Improvements

  • fix: incorrect startup time after enable, disable, and videoChange (#89)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.5.0

02 Aug 22:40
86b79ad
Compare
Choose a tag to compare

Improvements

  • Update Android Core to 1.3.0
  • misc. local build updates

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.4.0

31 May 22:01
4732525
Compare
Choose a tag to compare

Improvements

  • fix: no api for controlling logging (#80)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.3.2

30 May 20:18
3d4d475
Compare
Choose a tag to compare

Improvements

  • fix: incorrect screen resolution reported in some cases
  • Update to Android Core 1.2.2
  • Update to Java Core 8.0.2

Co-authored-by: Emily Dixon [email protected]

v1.3.1

12 Apr 23:00
4ed18d4
Compare
Choose a tag to compare

Updates

  • update: Add support for media3 1.3.0 (#74)

Fixes

  • fix: reported app hang due to event handling during beacon dispatch
  • fix: crash when exoplayer HLS module not used (#75)

Improvements

  • Update Android Core to v1.2.1
  • Update Java Core to v8.0.1

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.3.0

05 Apr 23:45
3b33ad7
Compare
Choose a tag to compare

New

  • MuxErrorException now allows you to report non-fatal and business-related errors

Improvements

  • update: Updated MuxCore to version 8.0.0
  • update: Updated Android Core to version 1.2.0

Fixes

  • fix: renditionchange sent in situations where rendition was only reset (#73 )
  • fix: Capture IMA CSAI media failures with LOG events (#67)
  • fix: rebuffering percentage inflated if client ads fail to load (#68)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v1.2.2

08 Jan 20:43
b79df5c
Compare
Choose a tag to compare

Fixes

  • fix: populate ad data even for non-preroll ads (#60)
  • fix: seeking time included in time-to-first frame if user seeks before play starts

Improvements

  • remove extraneous androidx deps from the exoplayer lib (they are still required if using IMA) (#62)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]