If your Kaltura Platform version is older and doesn’t include the HTML5 studio, then the method above is not good for you and you need to change KMC configuration and re-deploy the KMC.
- Check your KMC version in the base.ini configuration file. The KMC version is defined at kmc_version config.
vim /opt/kaltura/app/configurations/base.ini
This post applies for all KMC versions, but for ease of reading we will use v5.37.17. - Open the configuration file of the KMC.
vim /opt/kaltura/web/flash/kmc/v5.37.17/config.ini - Search for ‘html5′ string in the file and replace the HTML5 version with the new Kaltura HTML5 Player V2 version. Save the file.
- Re-deploy the KMC:
php /opt/kaltura/app/deployment/uiconf/deploy_v2.php –ini=/opt/kaltura/web/flash/kmc/vX.XX.XX/config.ini
Clear the Kaltura cache and restart Apache:
php /opt/kaltura/app/alpha/scripts/clear_cache.php
sudo /etc/init.d/httpd restart.