Skip to content

Releases: kaltura/kaltura-player-ios

v4.4.0

28 Sep 20:10
Compare
Choose a tag to compare

Changes from v4.2.0

  • OTTPlayer:
    • OTTMediaOptions now has new properties. (#33)
@objc public var disableMediaHit: Bool = false
@objc public var disableMediaMark: Bool = false
  • Broadpeak plugin added as known plugin. (#31)
  • SmartSwitch added as known plugin. (#30)

Cocoapods install

pod 'KalturaPlayer', '~> 4.4

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

v4.2.0

15 Mar 19:20
Compare
Choose a tag to compare

Changes from v4.1.0

  • Enable bypass DMS config with local. (#25)
  • Add support for referenceId filter in provider (#23, #26, #28)

Cocoapods install

pod 'KalturaPlayer', '~> 4.2

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

v4.1.0

10 Jan 15:23
Compare
Choose a tag to compare

Changes from v4.0.0

  • OTT - Support adapterData on the media options. (#21)

Cocoapods install

pod 'KalturaPlayer', '~> 4.1

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

v4.0.0

30 Dec 10:28
Compare
Choose a tag to compare

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.

v4.0.0.beta.1

11 Nov 19:29
Compare
Choose a tag to compare