Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I'm total new to Kaltura and any help would be greatly appreciated.
I set up Kaltura CE on my web server. I have Kaltura Management Console (KMC) up and running. I also customized a player under KMC->Application Studio->Players List. I took the code snippet from the custom player and pasted it in to an html page. The player loads, but the "Edit" button does not work.
I think downloaded kdp-editors-kcw from http://www.kaltura.org/implementing-javascript-handler-open-editor-or-kc...
I copyed the dir to \xampp\htdocs\kalturaCE\kaltura\api_v3\web\sample\advanced_editor\kdp-editors-kcw
When I access the page I run into an error message:
There are errors with the script!
Please perform the following steps:
Edit the script and modify set your partner id. (constant: KALTURA_PARTNER_ID)
Edit the script and modify set your partner webservice secret. (constant: KALTURA_PARTNER_WEB_SERVICE_SECRET)
Edit the script and modify set the id of the Kaltura Mix Entry to load. (constant: KALTURA_MIX_ENTRY_ID)
I assume that the:
KALTURA_PARTNER_ID is the id found in KMC->Account->Server Settings->Partner Info->Partner ID.. which is 1 (doesn't seem right)
KALTURA_PARTNER_WEB_SERVICE_SECRET is KMC->Account->Server Settings->Partner Info->Administrator Secret or User Secret?!?!?!
KALTURA_MIX_ENTRY_ID is the id found in KMC->Application Studio->Players List->ID
When I add that information... All I get are php errors. What am I doing wrong?
I tried digging from some documentation, but couldn't find anything useful.
Thanks
-Garvin
Hello,
I'm trying to set the openEditorKCW.php IDs but I receive php errors accessing the page (not the same as the above post)
Is the KALTURA_MIX_ENTRY_ID the player ID? and the KALTURA_PARTNER_WEB_SERVICE_SECRET the Admin Secret ID?
Thanks