Releases: muxinc/mux-stats-sdk-media3
v1.6.1
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
Updates
- Better tracking of ad events. If you are using a
VideoPlayerAdCallback
supply it toImaAdsLoader.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
Fixes
- fix: use real media3 SDK version (#95)
Improvements
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
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
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
Improvements
- fix: no api for controlling logging (#80)
Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]
v1.3.2
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
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
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
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]