bitmovin_player 0.3.0
bitmovin_player: ^0.3.0 copied to clipboard
Official Flutter bindings for Bitmovin's mobile Player SDKs.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.3.0 - 2023-11-27 #
Added #
- Support for background playback on iOS
PlaybackConfig.isBackgroundPlaybackEnabledto specify whether background playback is enabledBackgroundPlaybackexample to the example application
- Support for AirPlay on iOS
Player.isAirPlayActiveto indicate whether media is being played externally using AirPlayPlayer.isAirPlayAvailableto indicate whether AirPlay is availablePlayer.showAirPlayTargetPicker()to display the AirPlay playback target pickerRemoteControlConfig.isAirPlayEnabledto control whether AirPlay should be possibleAirPlayAvailableEventwhich is emitted when AirPlay is availableAirPlayChangedEventwhich is emitted when AirPlay playback starts or stops
Changed #
- Update Bitmovin's native Android Player SDK version to
3.52.0 - Update Bitmovin's native iOS Player SDK version to
3.49.0
0.1.0 - 2023-09-28 #
Added #
- Support for DASH (only Android), HLS and progressive playback
- Support for playing back live streams
- DRM support for Widevine on Android and FairPlay on iOS
- Bitmovin Web UI support, including customizable CSS and JS files
- Bitmovin Analytics support
- Subtitle & Caption handling
- Fullscreen handling