Skip to content

Releases: muxinc/mux-stats-sdk-exoplayer

v0.4.4

21 Sep 18:21
Compare
Choose a tag to compare
  • Additional fix on null pointer crash
  • Integrated Google Interactive Media Ads(IMA) SDK into demo player and the MUX SDK
  • A new API getIMASdkListener is introduced in the MUX SDK. It returns an AdsImaSDKListener object for connecting with IMA SDK's addAdErrorListener and addAdEventListener call

v0.4.3

21 Aug 18:08
7a9f8dd
Compare
Choose a tag to compare
  • Fix an issue where a NullPointerException may occur during playback of a video while tracking bandwidth metrics.

v0.4.2

16 Aug 23:19
f9f533b
Compare
Choose a tag to compare
  • Added API method programChange(CustomerVideoData customerVideoData), for use when inside of a single stream the program changes. For instance, in a 24/7 live stream, you may have metadata indicating program changes which should be tracked as separate views within Mux. Previously, videoChange might have been used for this case, but this would not work correctly, and you would not necessarily have seen the subsequent views show up. See the documentation for full explanation.
  • Fixed a bug where under poor network conditions, an exception raised as a result of a network request could result in not tracking the view correctly subsequently (such as missing rebuffer tracking after this point).

v0.4.1

17 Jul 17:33
Compare
Choose a tag to compare
  • Remove the listeners on the ExoPlayer object when release is called.
    • This fixes and issue where the application may crash after calling release
      if the ExoPlayer instance is removed while the SDK is still listening to
      it.