Player Android / AndroidTV Release 2.52.0
Stable
9/15/2020
2.52.0
Added
GoogleCastReceiverVersion
for defining the version of the used cast receiverBitmovinCastManager.initialize(applicationId, googleCastReceiverVersion, messageNamespace)
for advanced cast setup -BitmovinCastManager.initialize(googleCastReceiverVersion)
for convenient default setupsBitmovinCastManager.sendMetadata(metadata)
for sending custom metadata to the cast receiverBitmovinPlayer.load
call that accepts aSourceItem
directlySourceItem.options
to mirror the start offset functionality that exists on theSourceConfiguration
DrmRequest
as subclass ofHttpRequest
to expose the Widevine PSSH box in the DRM key requestsPreprocessHttpRequestCallback
Fixed
- Potential selection of wrong track when downloading HLS / SmoothStreaming content
- Replay not working during casting
Deprecated
BitmovinCastManager.initialize(applicationId, messageNamespace, castControllerActivity)
. UseBitmovinCastManager.initialize(applicationId, googleCastReceiverVersion, messageNamespace, castControllerActivity)
instead.BitmovinCastManager.initialize(applicationId, messageNamespace)
. UseBitmovinCastManager.initialize(applicationId, googleCastReceiverVersion, messageNamespace)
instead.SourceConfiguration
in favor of directly using aSourceItem
BitmovinPlayer.load(SourceConfiguration)
in favor ofBitmovinPlayer.load(SourceItem)