No Player Versions Save

Simplified Player wrapper for MediaPlayer and ExoPlayer

4.5.4

5 years ago

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

5 years ago

includes #190 multiple clock reporting

4.5.0

5 years ago

4.5.0 includes #186 update exoplayer

4.4.6

5 years ago

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

4.4.5

5 years ago

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

4.4.3

5 years ago

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 https://github.com/novoda/no-player/pull/169

4.4.2

5 years ago

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

Includes: https://github.com/novoda/no-player/pull/167

v4.4.1

5 years ago

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

v4.4.0

5 years ago

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

v4.3.1

5 years ago

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