Wordpress all in one plugin 2.4 and kalturaCE 1.5 - not working - maybe a solution

2 replies [Last post]
Joined: 07/18/2009
Points: 11

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...

<?php
        define("KALTURA_SERVER_URL", "http://yourhost.com");
        define("KALTURA_CDN_URL", "http:/yourhost.com");
        define("KALTURA_ANONYMOUS_USER_ID", "Anonymous");
        define("KALTURA_KSE_UICONF", 502);
        define("KALTURA_KCW_UICONF", 501);
        define("KALTURA_KCW_UICONF_ADMIN", 36202);
        define("KALTURA_KCW_UICONF_COMMENTS", 503);
        define("KALTURA_KCW_UICONF_FOR_SE", 504);
        define("KALTURA_THUMBNAIL_UICONF", 523);
        define("KALTURA_LOGGER", false);

        $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 :)

Joined: 01/05/2009
Points: 1697

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.

Joined: 07/10/2010
Points: 19

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.