Can't get the editor toload

1 reply [Last post]
Joined: 01/29/2010
Points: 4

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

Joined: 03/17/2011
Points: 1

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