Player iOS / tvOS Release 2.52.0
Stable
9/15/2020
2.52.0
Added
- ChromeCast CAF sender with basic media controls
- Support for DRM protected content when casting to CAF receiver
BitmovinCastManager.send(metadata:)
for sending custom metadata to the cast receiverPlayerAPI.load(sourceItem:)
to load aSourceItem
directly
Changed
- Update Google IMA SDK to latest stable version (3.12.1)
Removed
- Support for Google IMA SDK below version 3.12.1
Deprecated
BitmovinCastManager.initializeCasting(applicationId:messageNamespace:)
in favor ofBitmovinCastManager.initializeCasting(applicationId:castReceiverVersion:messageNamespace:)
PlayerApi.load(sourceConfiguration:)
in favor ofPlayerAPI.load(sourceItem:)