Releases: kaltura/playkit-android-ima
v4.3.0
Changes from v4.2.0
Plugin Playkit Support
v4.3.0
New Features
-
FEM-2677 | Add IMA companion ad support
Now Apps can add companion ad view and it's dimensions to IMA config and the IMA plugin will display it as long the video is displayed and will remove if in next media if there is no ad for it or no companion ad defined in the adtag.
The app is responsible to manage this slot viability.
Note that the width and .height are values that should be defined in the adtag url in the companion ads section
Example
new IMAConfig().setAdTagUrl(adTagUrl).
setCompanionAdConfig(companionAdSlot, 728, 90);
Bug Fixes
- FEM-2690 | Added SKIPPABLE_STATE_CHANGED event in Ads event map
gradle
- implementation 'com.kaltura.playkit:imaplugin:4.3.0'
v4.2.0
v3.9.10
v4.1.0
v3.9.9
Changes from v3.9.8
Bug Fixes
- FEM-2612 | ad display container is not destroyed in case player.destroy is done programatically when playing media on same view. issue is related to last FEM-2600 fix
Note since this is patch version, it would work with playkit 3.9.7 libraries
implementation 'com.kaltura.playkit:imaplugin:3.9.9'
v3.9.8
v3.9.7
v4.0.0
3.9.6
v3.9.4
Plugin Playkit Support
v3.9.4
Upgrades
- FEM-2509 | Upgrade IMA SDK 3.11.2
Bug Fixes
-
FEM-2508 | Playback stuck when playing preroll only adtag until it ends and user is going to bg/fg
-
FEM-2519 | ad manager is set to null when onApplicationresume is called causes NPE
-
FEM-2458 | [DAI] cue points - hasPostroll API always returns false for DAI VOD
Gradle
- implementation 'com.kaltura.playkit:imaplugin:3.9.4'