Skip to content

Releases: kaltura/playkit-ios

v3.17.0

02 Jun 09:38
Compare
Choose a tag to compare

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

01 Apr 09:40
Compare
Choose a tag to compare

Changes from v3.16.1

  • Fixed, not to set the current position and not to seek if the newValue is the same as the current one. (#395)
  • Send a PlayerEvent Pause upon rate changed to 0 only if it was caused by the stalling situation. (#396)

Cocoapods install

pod 'PlayKit', '~> 3.16.2'

v3.16.1

07 Jan 16:05
Compare
Choose a tag to compare

Changes from v3.16.0

  • Crash, Apple bug, KVO observer not released on versions up to iOS 11.3 (#391)

Cocoapods install

pod 'PlayKit', '~> 3.16.1'

v3.16.0

23 Dec 15:33
Compare
Choose a tag to compare

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

19 Dec 17:11
Compare
Choose a tag to compare

Changes from v3.15.0

  • Fixed play (from live edge) for media configured as a KalturaLiveAsset with ads. (#388)

Cocoapods install

pod 'PlayKit', '~> 3.15.1'

v3.15.0

02 Dec 11:46
Compare
Choose a tag to compare

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

04 Nov 14:38
Compare
Choose a tag to compare

Changes from v3.13.0

  • Setting startTime 0 for media Live with DVR doesn't start from 0 (#374)
  • Expose AV preferredForwardBufferDuration (#354)
  • Fixed the case there are no text tracks, to enable the code to continue to the audio tracks. (#376)

Cocoapods install

pod 'PlayKit', '~> 3.14.0'

v3.13.0

15 Sep 08:23
Compare
Choose a tag to compare

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'

v3.12.1

25 Aug 07:46
Compare
Choose a tag to compare

Changes from v3.12.0

  • Fixed offline playback on iOS 12.4 (#367)

Cocoapods install

pod 'PlayKit', '~> 3.12.1'

v3.12.0

12 Aug 13:34
Compare
Choose a tag to compare

Changes from v3.11.1

  • Set the video gravity through the playerView contentMode. (#363)
  • Exposed PKPlaybackInfo To Objective-C (#328) (Thanks Theodore Bendixson)

Cocoapods install

pod 'PlayKit', '~> 3.12.0'