This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Releases: flowplayer/flowplayer-ios
Releases · flowplayer/flowplayer-ios
v3.5.1
v3.5.0
Included
Flowplayer 3.5.0
FlowplayerCore 3.2.0
FlowplayerChromecast 3.0.4
Change log
- FIX: bug where livestream UI would not show when playing a livestream
- FEAT: Embed service is now used for all request to the OVP
v3.4.1
Included
Flowplayer 3.4.1
FlowplayerCore 3.1.0
FlowplayerChromecast 3.0.3
Change log
- Fixed bug where
hideControls
would not show controls again when reset tofalse
.
v3.4.0
Included
Flowplayer 3.4.0
FlowplayerCore 3.1.0
FlowplayerChromecast 3.0.3
Change log
- Fixed bug where fullscreen would not work properly on iOS 16
- Added full support for
UISceneDelegate
orientation changes - Added new property to
FPFlowplayerViewController
orientationControlsFullscreen: Bool { get set }
(disable/enable orientation changes caused by the player going into fullscreen)
- Removed from
FPFlowplayerViewController
func setFullscreenControlOrientation(_ controlOrientation: Bool)
func isFullscreenControlOrientation() -> Bool
v3.3.0
Included
Flowplayer 3.3.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3
Release notes
- Added new property to
FPFlowplayerViewController
calledenableBackgroundPlayback
. - Fixed bug where
orientationDidChangeNotification
would get triggered when entering background. - Fixed bug where playback would be paused when user would enter background.
- Fixed bug where some events would not work when player entered background playback.
v3.2.0
Included
Flowplayer 3.2.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3
Comments
- Added new flag
hideControls: Bool
toFPFlowplayerViewController
.
v3.1.0
Included
Flowplayer 3.1.0
FlowplayerCore 3.0.5
FlowplayerChromecast 3.0.3
Comments
- Added new enum type
FPPlaybackType
. - Added new property
playbackType: FPPlaybackType
toFPFlowplayerViewController
.
v3.0.5
Included
Flowplayer 3.0.5
FlowplayerCore 3.0.4
FlowplayerChromecast 3.0.3
Comments
Fixed issue where livestreams from Flowplayer OVP would not play
v3.0.4
FPFlowplayerViewController
now exposes a new property calledavPlayer: AVPlayer?
- Added support for
UISceneDelegate
- Added code snippets for background playback support