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 Median JavaScript Bridge commands to access its functionality.
↔️Median JavaScript Bridge
To play a video, run the JavaScript function:
median.kaltura.play({'entryId': 'entry_id', 'onError': 'on_error', 'callback': callback_function});
Updated 9 months ago