Releases: kaltura/playkit-android-youbora
Releases · kaltura/playkit-android-youbora
v4.25.0
v4.24.1
v4.24.0
v4.22.4
v4.23.0
Changes from v4.22.0
Plugin Playkit Support
v4.23.0
Bug Fixes
-
FEC-12012 | Playrate was being sent with the complete double values. Now rounded off to send 1 decimal place value. (#92)
Example: 1.65863218128391283f playrate will be reported as 1.7f and 1.60863218128391283f will be reported as 1.6f. -
FEC-12058 | If calculated rendition is
null
then use the previously calculated rendition (#94) -
FEC-12172 | Null protection for plugin instance (#96)
Gradle
- implementation 'com.kaltura.playkit:youboraplugin:4.23.0'
v4.22.0
v4.21.1
v4.19.4
v4.21.0
Changes from v4.20.1
Note:
Since Bintray sunset you will have to add dependency for Youbora in your all projects gradle dependency
maven { url "https://npaw.jfrog.io/artifactory/youbora/" }
Plugin Playkit Support
v4.21.0
Bug Fixes
- FEC-11847 | Add audio/video codes report to Youbora + streaming protocol (#87)
- FEC-11932 | Fix
null
Video codec report in Youbora HLS streams (#88) - FEC-11963 | If Player is paused then
playbackrate
should be reported 0 to Youbora (#89) - FEC-11968 | Update
lastReportedAdPlayhead
value inAdProgress
event (#90) - FEC-11969 | Removed additional
adStart
event firing (#91)
Gradle
- implementation 'com.kaltura.playkit:youboraplugin:4.21.0'
v4.20.1
Changes from v4.19.0
Note:
Since Bintray sunset you will have to add dependency for Youbora in your all projects gradle dependency
maven { url "https://npaw.jfrog.io/artifactory/youbora/" }
Plugin Playkit Support
v4.20.1
Upgrades
- FEC-11727 | Youbora Plugin upgrade to v6.7.53 (#79)
- FEC-11715 | Compile SDK version to 31 | Gradle to v7 | Kotlin Version to v1.5.20 (#78)
Feature
- FEC-11805 | Implement missing override
getPlayrate
method (#83)
Bug Fixes
- FEC-11777 | Added NPE protection before sending
fireInit()
(#80) - FEC-11783 | Report DRM scheme to Youbora if not provided by App (#81)
- FEC-11809 | Do not reset
mediaConfig
andhouseholdId
when going to background (#82)
Gradle
- implementation 'com.kaltura.playkit:youboraplugin:4.20.1