bitmovin-player-react-native
Advanced tools
Changelog
[0.32.0] - 2024-11-14
3.92.0
PlaybackConfig.isAutoplayEnabled = true
causes the player view creation to fail on AndroidNetworkConfig.preprocessHttpRequest
and NetworkConfig.preprocessHttpResponse
on AndroidChangelog
[0.31.0] - 2024-11-07
MediaControlConfig
to configure the media control information for the application. When isEnabled
is true
, the current media information will be shown on the lock-screen, in notifications, and within the control centerplayerConfig.playbackConfig.isBackgroundPlaybackEnabled
to support background playback3.91.0
TweaksConfig.updatesNowPlayingInfoCenter
in favor of MediaControlConfig.isEnabled
Changelog
[0.30.0] - 2024-10-31
3.90.0
3.77.0
WebUiConfig.variant
to set the UI variant that should be used by the Bitmovin Web UIChangelog
[0.29.0] - 2024-09-09
AdaptationConfig.initialBandwidthEstimateOverride
to override the selection of the optimal media tracks before actual bandwidth data is available3.82.0
3.71.0
3.33.0
Changelog
[0.28.0] - 2024-08-07
AdItem.preloadOffset
to control when ad manifest gets loaded3.78.0
3.67.0
Changelog
[0.27.1] - 2024-07-05
player.setMaxSelectableBitrate(null)
does not reset the maximum selectable bitrate on iOS and tvOSUInt
typeChangelog
[0.27.0] - 2024-06-21
3.23.0
for iOS, and to 4.13.0
for tvOS4.8.1
3.74.0
3.66.0
Changelog
[0.26.0] - 2024-06-14
Player.setVideoQuality()
API to enable video quality selection on Android3.73.0
3.65.0
Changelog
[0.25.0] - 2024-06-07
viewRef
property to PlayerView
to allow setting a reference to the native viewChangelog
[0.24.0] - 2024-06-04
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 playerpreprocessHttpResponse(type, response) => Promise<HttpResponse>
to pre-process an HTTP response before it gets passed to the player3.72.0
3.64.0