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 have KalturaCE running on my server and now I want to set up a remix site.
I have no idea what to insert in some of the part in the config.php.
How do I find out the following?
SUB_PARTNER_ID
WIDGET_ID
EDITOR_UI_CONF
BASE_KSHOW_ID
TRAILER_KSHOW_ID
So for my config file I have the following for my kalturaCE setup:
const WIDGET_ID = _1; <- I have no idea but with this _1 there is a player that shows on the homepage.
const EDITOR_TYPE = self::EDITOR_TYPE_SIMPLE;
const EDITOR_UI_CONF = 504; <- I know this is wrong since I just took that number from the wordpress plugin.
const BASE_KSHOW_ID = "XXXXXXXX"; <- How do I get this
Any ideas???
Thanks,
Chris
const EDITOR_UI_CONF = "36300" made my editor load (instead of showing just white), but I got the error:
"LoadEntryMRCommand ==> fault, load show/entry faild please try again later..."
Any ideas for that?
I also would like an update to this for the API v3:
http://www.kaltura.org/how-pre-populate-your-editor-content#comment-3237
I have the same questions. Sub partner ID is found in the Partner Info section of your Kaltura Management Console. All the other stuff I am stumped on. I couldn't find any documentation explaining how to find this out either. Maybe a sample of the config.php file with an explanation on how or where to look for this information would be useful.