Kaltura Media Player

Overview

Play live and recorded video natively in your app using the Kaltura Player. Includes support for AirPlay and Chromecast streaming to compatible devices.

Implementation Guide

Once the premium module has been added to your app, you may use the following GoNative JavaScript Bridge commands to access its functionality.

↔️GoNative JavaScript Bridge

To play a video, run the JavaScript function:

gonative.kaltura.play({'entryId': 'entry_id', 'onError': 'on_error', 'callback': callback_function});