Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/no-player

4.5.4

08 Apr 15:54
ecfe867
Compare
Choose a tag to compare

includes
#213 -> Allow setting maximum video bitrate
#211 -> Deprecate playAt for seeking initial position. Allows loading video with initial position
#200 -> Allow redirects cross protocol
#196 -> Updates to ExoPlayer 2.9.4

4.5.1

14 Dec 14:58
1c592bd
Compare
Choose a tag to compare

includes #190 multiple clock reporting

4.5.0

14 Dec 14:48
5fbb008
Compare
Choose a tag to compare

4.5.0 includes #186 update exoplayer

ExoPlayer update

27 Sep 15:32
Compare
Choose a tag to compare

#177 Update to ExoPlayer 2.8.4
#180 Add experimental deployment to the build script
#181 & #182 Use a custom datasource factory for exoplayer

Error mapping

27 Sep 08:13
2607cfe
Compare
Choose a tag to compare

This release reworks the error type system to divide them into more manageable sections, see #176

Fix for aspect ratio issue

13 Jul 09:23
22e9ad7
Compare
Choose a tag to compare

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

06 Jul 13:29
Compare
Choose a tag to compare

This release fixes a bug where DASH sources were not sending onBitrateChanged events to their listeners.

Includes:
#167

Options equals

14 Jun 12:50
fb97a40
Compare
Choose a tag to compare

This is a small patch to add equals, hashcode and toString to the Options model.

ExoPlayer update and TextureView support

14 Jun 09:56
7e84e2c
Compare
Choose a tag to compare

Includes:
#160 Support for TextureView
#161 ExoPlayer v2.8.1
#162 Provide both Surface and SurfaceHolder in MediaPlayer

Fix Track Selection

25 May 13:42
Compare
Choose a tag to compare

#157 Fix a problem with our CompositeTrackSelector so that it actually selects tracks, the issue was originally introduced in #144