All Versions
24
Latest Version
Avg Release Cycle
37 days
Latest Release
1036 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.13.0 Changes
September 15, 2019๐ 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 Changes
August 25, 2019 -
v3.12.0 Changes
August 12, 2019 -
v3.11.1 Changes
August 06, 2019 -
v3.11.0 Changes
July 11, 2019๐ Changes from v3.10.1
- ๐ Allowing the usage of external FairPlay DRM servers. ( #344 )
- ๐ป Use a user agent header that looks like a browser. ( #346 )
- โ Add support for subtitles styling/CVAA. ( #345 )
- โ Added an init to FairPlayDRMParams that doesn't need scheme parameter. ( #347 )
- Made FPSExpirationInfo compatible with objective-c. ( #348 )
- โ Added stop to the player inside the destroy function, so that the client won't need to call stop before calling destroy. ( #350 )
- DFP DAI - IMA SDK integration. ( #349 )
- โ Added "alwaysStartWithPreroll" boolean. ( #353 )
- FairPlay, report error if offline duration is <= 0. ( #355 )
- ๐ Fixed FairPlay response error handling. ( #357 )
- โ Added user agent to uDRM call. ( #356 )
Braking Changes
- โ Removed the PlayerDelegate and the function 'playerShouldPlayAd'. ( #351 )
-
v3.10.1 Changes
April 24, 2019 -
v3.10.0 Changes
April 21, 2019 -
v3.9.2 Changes
April 24, 2019 -
v3.9.0 Changes
April 03, 2019๐ Changes from v3.8.0
- Swift 4.2
- ๐ Supports iOS 9 and above.
- ๐ Fixed all blocks using weak or unowned self.
- โช Player doesn't start playing once ready, reverting back, so that calling play will start the player once it is ready. (#332)
- ๐ Cap seek target, not allowing to seek bellow or above duration. (#333)
- ๐ฆ Expose player volume. (#336)
- ๐ฆ Expose Creative ID and Advertiser Name. (#330)
- ๐ Fixed audio track crash, the mediaType returned from the option of audible tracks has changed. (#339)
- โก๏ธ Updated KalturaNetKit to 1.1.0
- โก๏ธ Updated PlayKitUtils to 0.2.0
โ Additional Info
- ๐ PlayKit_IMA - Please update to the latest release v1.4.0
-
v3.8.0 Changes
January 17, 2019๐ Changes from v3.7.0
- โ Added PlayheadUpdate to the PlayerEvent. (#310)
- โฌ๏ธ Upgraded the API version used by the PhoenixMediaProvider to "5.0.3.18074" (#311)
- โ Added currentProgramTime to BasicPlayer (#314)
- โ Added mediaBitrate to the PKAdInfo. (#317)
- โ Removed crash, the player will be created even if a plugin was not registered. (#318)
- โ Removed crash if the media was set up as 360 but the VRPlayer plugin was not added, AVPlayer will be created. (#318)
- โ Added name to PKMediaEntry, to be set by the providers. (#319)
- โ Added PlaybackStalled to the PlayerEvent. (#320)
- โ Added the option to send the clickThroughUrl to the AdClicked event. (#312)
- ๐ Fixed leak in AVPlayerWrapper when calling the PKEvent namespace. (#315)
- ๐ Perform seek to live edge automatically upon Live media. Added MediaType dvrLive. (#316, #321)
- ๐ The subtitle 'NAME' in the metadata will be taken for the text track title if exists. (#322)
- โ Added CustomStringConvertible to all enums. (#323)
- โ Added cea608CaptionsEnabled to the PlayerSettings, to enable/disable the CLOSED-CAPTIONS in the text tracks. (#324)
โ Additional Info