Releases: kaltura/kaltura-player-rn
v0.4.2
Changes from v0.3.0
Kaltura Player Versions
- Kaltura player android version - v4.24.1 link
- Kaltura player iOS is set to latest in ccocapods - link
In this version:
-
Reduced Library size.
-
RN Bridge
- Updatedreact native version >= 0.66.5
in order to avoidHermes-Engine v0.9.0
vulnerability and Android build issue on that version.
- [Android] SendingPlayerEvent
Error
in all the cases forandroid
; foriOS
it is already there. FE can determine the severity.
- [iOS && Android] Fixederror
event for Ad bug. Error was coming twice (for player event error also it was coming because for RN it isstring
in the listener)
- [Android] AddedDRMSettings
which gives ability to playPlayready
media as well.
- [iOS && Android] MademediaAsset
forloadMedia
optional on bridge and native level.
- [iOS && Android] MadeinitOptions
optional onsetup
player on bridge and native level.
- [Android] Added start position for OVP/OTT Player.
- [Android] EnableenableDebugLogs
API on bridge, it on/off the Playkit and Netkit logs. For iOS, it is not enabled in this version.
- [iOS] Converting it to millis inAdEvents.Loaded
because Android is also send it in millies.
- [Android] Added BroadPeak error event on Android.
- [iOS && Android] AddedBROADPEAK_ERROR
on RN bridge.
- [iOS] Added No-Op Analytics events on iOS side without implementation to avoid crash due to unavailable events.
- [iOS && Android] Renamederror
tophoenixError
to avoid name clash with player events. This will not make any code change on client app side. -
Example App Fixes
- Upgradedreact native version to 0.68.5
on example app. It fixes the issue which happened here.
- [Android] Updatedflipper
version.
- Progress bar on player screen will be updated with a timer only for DAI enabled streams.
- Fixed UI for Ads in case of iOS.
- Added multi language media and fixed the audio language name in drop down.
- If label is not there, take language for audio and text track.