Help with setting up?

4 replies [Last post]
LSS
LSS's picture
User offline. Last seen 1 year 40 weeks ago.
Joined: 02/15/2010
Points: 16

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

Joined: 08/20/2009
Points: 43

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.

Joined: 08/20/2009
Points: 43

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

LSS
LSS's picture
User offline. Last seen 1 year 40 weeks ago.
Joined: 02/15/2010
Points: 16

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?

LSS
LSS's picture
User offline. Last seen 1 year 40 weeks ago.
Joined: 02/15/2010
Points: 16

I also would like an update to this for the API v3:
http://www.kaltura.org/how-pre-populate-your-editor-content#comment-3237