This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: novoda/no-player
Releases · novoda/no-player
4.5.4
4.5.1
4.5.0
ExoPlayer update
Error mapping
This release reworks the error type system to divide them into more manageable sections, see #176
Fix for aspect ratio issue
Aspect ratios for video content were not being calculated properly. This was due to our event listeners on exoplayer not being correctly attached. Fixed in #169
DASH source event listeners
This release fixes a bug where DASH sources were not sending onBitrateChanged
events to their listeners.
Includes:
#167
Options equals
This is a small patch to add equals, hashcode and toString to the Options
model.