Copyright © 2012 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
Hello there,
So I've tried usign the latest wordpress plugin with kalturaCE and it doesn't seem to work.
The main reason I can see is cause the config file id ( ui_conf table ) doesn't exist.
So i've check the setting of the all in one plugin for version 2.2 and I've modified the settings.php for v2.4 as follow, and it seems to work...
$KALTURA_DEFAULT_PLAYERS = array (
array(
"id" => 520,
"name" => "White/Blue",
"width" => 410,
"height" => 364
),
array(
"id" => 521,
"name" => "Dark",
"width" => 410,
"height" => 364
),
array(
"id" => 522,
"name" => "Grey",
"width" => 410,
"height" => 364
)
);
$KALTURA_LEGACY_PLAYERS = array ();
?>
Will give it a full try tonight :)
I just edited the settings of my All-in-one-video-pack wordpress plugin and I got the upload dialogue for Kaltura video to my kaltura CE installation.
Running Wordpress 3.0.
Hi,
The current version of CE is still Kaltura Virgo and so, the player integration wrapper in the new WP plugin will not be compatible with player of the CE.
In the coming weeks, the new version of CE, Andromeda based, will be out - that's when the WP plugin will be usable with CE too.