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 tried to run KAE 3month ago it did not work unfautunatly, I gave up and I am very intrested to make it work all I did was down load the new version of KAE on download page edit the inex.template.php like
$uid = "anynon"; ///////////////////////////////where can i find this uid????
$uname = "anynon"; ///////////////////////////where can i find this uname??
$pid = "my id"; ////////////////////got the partner id
$spid = "my id"; ////////////////////got the spid
$secret = "this is admin secerte??";
$entryid = "xe7qqoj0gg"; ///////////////////////got the entry id
$entryversion = "-1";
$host = "www.kaltura.com";
$debugmode = "1";
$uiConfId = "kae_generic_generic.xml";
receving error
Fatal error: Call to undefined function curl_init() in C:\wamp\www\kae_v1.0.15\html-template\kaltura_client_base.php on line 80;
please help me to resolve the issue just to run the KAW
Thank you
Thank you very much for your reply I have download the latest version of advanced player which is kae_v1.0.15 went through your guide line, I am stach in following line
10. Open browser and browse to the “.../html-template/setup.php” and place the Kaltura values
in each field
1. Open browser and browse to your kalturaCE directory. This is the “Kaltura Service
URL” (ours is “192.168.1.88/frameworks/kalturaCE”) and then browse to the KMC
(ours is “http://192.168.1.88/frameworks/kalturaCE/index.php/kmc/kmc”)
I couldnt find the .../html-template/setup.php on my folder and also there isnt KalturaCE directory......
please advice me on this issue apart from that I have successfully configured the values.
Sorry about the late reply but I think I have some answers for you.
The "setup.php" file is in the set of files that you have to download from our server (CatturaVideo) since this application doesn't support zip extension mime types to be uploaded. The download URL is Step 4 of the guide. Just download that file, unzip the assets, and paste into the html-template directory of your kae flex application. Some files will be overwritten while some just copied over.
In order to compile the editor you must have a running version of KalturaCE (find it on the projects page) or have a version for the application to point at in order to get information like: what videos to put into the advanced editor, do you have a valid version of the editor and CE, etc (If you need to setup the KalturaCE I would suggest doing this on Ubuntu or RedHat or some flavor of linux. We've been doing Kaltura stuff for quite a while now and haven't been able to get it configured correctly on a Windows server). Once you do that you enter the management console (in Kaltura terms this is the KMC and there should be a link when you view the main KalturaCE page once it is installed) and follow the directions of Step 10 to find all the value to put into the setup.php file (we made this setup.php file to simplify the process of doing all of the things required to run the editor like: setting up a kaltura session, embedding and tying all of the assets together, etc.).
Best of luck and let me know if you have luck with this.
Yeah we went through the same thing and because of that we have created a guide to compiling the KAE that should make it more straightforward (http://www.kaltura.org/guide-compile-kaltura-advanced-editor).
Good luck.