Skip to content

Releases: THEOplayer/react-native-theoplayer

v1.8.2

05 Apr 08:02
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on Android where building the SDK would fail when depending on player SDK v4.12.0.

v1.8.1

09 Feb 16:23
Compare
Choose a tag to compare

Changed

  • Restructured iOS bridge code to extensions based on features.

Fixed

  • Fixed an issue on Android where the system UI would not be restored when unmounting THEOplayerView with fullscreen enabled.
  • Fixed an issue with the availability of the cast button and play buttons in the example application.
  • Fixed an issue on iOS where the player was not destroyed correctly on the iOS bridge.
  • Added support for DRMConfig through SourceDescription for SSAI sources on iOS.

v1.8.0

16 Jan 16:07
Compare
Choose a tag to compare

Added

  • Support for Chromecast and Airplay.

Fixed

  • Fixed an issue where moving the sender app to the background while playing a DAI source on an Airplay device, would pause playback.

Changed

  • Upgraded Web SDK to v4.6.0.
  • Updated the custom build setup to support both iOS and tvOS.

v1.7.2

05 Dec 15:13
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on tvOS where a feature flag was incorrectly used for ads-related code.

v1.7.1

28 Nov 16:40
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on Android where the player would consider unusable custom drm integrations.
  • Fixed missing kotlin classpath property on Android.

v1.7.0

23 Nov 15:44
Compare
Choose a tag to compare

Added

  • Support for content protection integration (DRM connectors).
  • Support for subscribing to ad events.
  • Support for Google DAI ads.
  • Support for Google IMA ads.
  • Support for ABR configuration on Android and Web.
  • Support for video quality selection on Android and Web.

Fixed

  • Fixed an issue where the player would not be correctly released when destroying the view on Android.
  • Fixed a warning during debugging when a stream would have duration INF or NaN.
  • Fixed an issue in the example app where it would not be possible to select a specific text track.
  • Fixed conflicting npm dependencies in the example app.

v1.6.1

07 Oct 10:28
Compare
Choose a tag to compare

Added

  • Improved source handling for iOS.

v1.6.0

28 Sep 11:34
Compare
Choose a tag to compare

Fixed

  • Fixed jitpack.io repository url for Android.
  • Fixed an issue where play-out of HLS streams would fail on Android.

Changed

  • Excluded folders from bob build config.
  • Upgraded gradle versions for Android.