Releases: kaltura/playkit-ios
Releases · kaltura/playkit-ios
v3.17.0
Changes from v3.16.2
- Live with DVR - Resume playback out of window time frame should seek to live edge. (#399)
Bug Fixes:
- Call seek to live edge only when the current item is set and if triggered. (#398)
- Fixed, Change Media always starts from the beginning and ignores the startTime field. (#400)
- Fixed, Creating a VR Data only when a tag is exactly 360, from the available tags that are returned. (#403)
Cocoapods install
pod 'PlayKit', '~> 3.17.0'
v3.16.2
v3.16.1
v3.16.0
Changes from v3.15.1
- Loading optimizations, added autoBuffer boolean to the player network settings and startBuffering function to the player. (#385)
- Fixed the PlayerEvent.Pause to be reported when the player is automatically paused because of a stall caused by setting the shouldPlayImmediately too true and automaticallyWaitsToMinimizeStalling too false. (#386)
- Changed the userAgent in PlayKitManager to public. (#387)
Cocoapods install
pod 'PlayKit', '~> 3.16.0'
v3.15.1
v3.15.0
Changes from v3.14.0
- Fairplay using AVAssetDownloading was broken, added missing delegate. (#378)
- Fixed upon calling play straight after prepare for a live media to start playing once ready. (#379)
- Added support for play Immediately with rate. (from iOS 10, tvOS 10) (#380)
- Added support for automaticallyWaitsToMinimizeStalling. (from iOS 10, tvOS 10) (#382)
- Extracting FairPlay assetId in chunklists if not found in the master playlist. (#381)
Cocoapods install
pod 'PlayKit', '~> 3.15.0'
v3.14.0
v3.13.0
Changes from v3.12.1
- Added the option to add External (out-of-band) WebVTT captions (#371)
- Added to the PlayerSetting a boolean that indicates if FairPlay can be played on external screens. (#372)
For the External Subtitles guide click here.
Cocoapods install
pod 'PlayKit', '~> 3.13.0'