Skip to content

v4.0.0

Compare
Choose a tag to compare
@x-NR-x x-NR-x released this 30 Dec 10:28
· 76 commits to develop since this release

Supports iOS and tvOS from v10.0.
Offline is supported only in iOS.

The KalturaPlayer has 3 player options:

  1. Basic player – URL to media
  2. OTT player
  3. OVP player

It has the PlayKitKava and PlayKitProviders as dependencies within the OTT and OVP players, therefore no additional actions are needed for them in order to work.

Offline works for all 3 player types, only on the iOS platform. It has the DownloadToGo as dependency within if used, see samples.



Currently supports working with PlayKit_IMA and PlayKitYoubora as an addition, it is not defined as a dependency it needs to be added in the podfile if needed, see samples.

The samples and user guide can be found in the samples repo.