Releases: muxinc/mux-stats-sdk-exoplayer
Releases · muxinc/mux-stats-sdk-exoplayer
v2.6.0
Improvements
- Add support for Exoplayer r2.16.1 (#185), Fixes #183
- Update to AGP 7.0 (#185)
- Add additional logging for Event dispatching errors
- Add ability to override device name (#184)
Fixes
- Update to MuxCore 7.0.8 to address Issue #187
MuxCore Updates
- Additional logging for possible event dispatch errors
- Update Guava to unblock updates of androidX downstream
- Fix Manual Fullscreen API causing issues with player view size
v2.5.9
v2.5.8
Exoplayer SDK changes
Improvements
- Add API to indicate whether video is shown fullscreen (#173)
Fixes
- Fix for usage of legacy support libraries (#177) (Fixes #174)
- Added -donotwarn for ExoPlayer classes. (#179) (Fixes #175)
Build Improvements
Mux Core v7.0.5 changes
Improvements
- Add support for latency metrics.
- Add a Fullscreen enum and API to MuxCore to allow it to be set via the player SDK API
- Remove Sentry / Replace with Debug Events
Fixes
- Fix upscale percentages by clamping player size
v2.5.7
v2.5.6
v2.5.5
v2.5.4
v2.5.2
v2.5.1
v2.5.0
Improvements
- Releasing process involving artifactory (#141)
- MuxCore pulled from Maven instead of in bundled jar (#143)
- Support for overriding the beacon domain (#138)
- Javadoc coverage for public API (#142)
- For API version 30+ use context.getDisplay instead of WindowManager. (#145)
Fixes
- Removed VideoComponent listener and now capturing firstFrameRendered (#144)
- Added conversion from physical px to dpx on setScreen size. (#146)
- MuxCore:
- Fix customer data null pointer exception
- Fixed key name in setMuxEmbed function
- Handle case where player size is larger than physical screen, treat as full-screen