Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 08:03
· 164 commits to development since this release

Added

  • NetworkConfig to configure the network request manipulation functionality
    • preprocessHttpRequest(type, request) => Promise<HttpRequest> to pre-process an HTTP request before the request is executed by the player
    • preprocessHttpResponse(type, response) => Promise<HttpResponse> to pre-process an HTTP response before it gets passed to the player

Changed

  • Update Bitmovin's native Android SDK version to 3.72.0
  • Update Bitmovin's native iOS SDK version to 3.64.0

Fixed

  • Android: Can't create a new Player with an existing NativeID (to bind to the same native Player)
  • iOS: Performance problem with large WebVTT thumbnail or subtitle tracks