Skip to content

Releases: muxinc/mux-stats-sdk-exoplayer

v2.4.15

16 Aug 22:56
29c9940
Compare
Choose a tag to compare
  • Reduced the amount of messages sent each second to main thread. (#136)
  • Additional logging for bandwidth metrics tests. (#133)

v2.4.14

05 Aug 00:48
9568e3c
Compare
Choose a tag to compare
  • Support Exoplayer 2.14 (#134)

v2.4.13

30 Jul 18:33
aececce
Compare
Choose a tag to compare
  • Add CustomerData class to Proguard (#131)

v2.4.12

30 Jul 00:01
7cf30d5
Compare
Choose a tag to compare
  • Add checkstyle task to gradle (#123)
  • Replaced FrameRendererListener with VideoListener. (#127)
  • Custom data update: deprecate MuxExoPlayer constructors that take a CustomerData arg separately, add custom-dimensions example to demo app (#128)

v2.4.11

15 Jul 16:12
49805a2
Compare
Choose a tag to compare
  • Run automated tests on real devices (#121)
  • Fix MIME-type detection for HLS & DASH stream by allowing the server to make that determination. (#122)
  • Upgrade MuxCore to 6.6.0, which includes:
    • Add support for custom dimensions in view metadata
    • Fix propagation of bandwidth metrics data by sending even when unchanged

v2.4.10

01 Jul 04:50
6b55044
Compare
Choose a tag to compare
  • Fix an issue where a null pointer exception may be raised when playing back DASH content (only present in v2.4.9)

v2.4.9

03 Jun 17:40
ec95a38
Compare
Choose a tag to compare
  • Added support for CDN header tracking, including mid-stream CDN switching. (#109)
  • Fix a null-pointer crash in the ads listener. (#112)
  • Updated the Mux Core library, added support for bandwidth metrics.

v2.4.8

16 Apr 20:26
56a11c7
Compare
Choose a tag to compare
  • Reset internal state when calling videochange, fixing an issue where rebuffering may be reported incorrectly after calling videochange. (#107)

v2.4.7

06 Apr 15:46
228d922
Compare
Choose a tag to compare
  • Fix an issue with one of the automated tests on r2.13.1

v2.4.6

02 Apr 17:20
89360b9
Compare
Choose a tag to compare
  • Fix for use case when playback starts with the seek. (#99)
  • Upgrade MuxCore to 6.3.0, which includes:
    • Reset error-tracking state when loading a new video.