Pages home > Install notes

Install notes

PLUGIN VERSION: 1.1
ELGG VERSION: 1.6


DEPENDENCIES:
 
    Elgg 1.6
    CURL libraries for PHP needed!!!
 
INSTALL:

  1.     Please be sure that you have Elgg installed in a site with CURL libraries for PHP
  2.     Copy the directory kaltura_video/ and all his files to the plugins folder in elgg_path/mod/
  3.     Activate the plugin in tools administration
  4.     Configure the plugin by clicking in  "Administration" -> Kaltura Video Admin

IMPORTANT: You need be a partner of kaltura.com or have your own copy of Kaltura Community Edition (CE) in order to use this plugin.
       This plugin has an integraded form to register to Kaltura.
       Do it in "Administration" -> Kaltura Video Admin
 
UPGRADING FROM OLDER VERSIONS:

  1. Completly remove the old kaltura_video/ directory in the plugin's folder (mod/) and put the new one instead.
  2. Check the configuration options by login into your Elgg installation as admin and go to:
    "Administration" -> Kaltura Video Admin
  3. Run the "Recreate all video objects" as administrador if your older version is lower than 1.0 .
  4. That's all, enjoy it!

TINYMCE INTEGRATION
 
    This plugin can be integrated into TinyMCE rich text editor. To do that, simply go to "Administration" -> Kaltura Video Admin and choose "Try to integrate into tinyMCE".
 
    However there are a lot versions of this plugin and the integration method is far away from perfection.
 
    So, if something is broken after activating the integration, deactivate it and report me this issue!

KALTURA CE SERVER
 
    You can change the server and the flash widgets used in the plugin
    by login into your Elgg installation as admin and go to:
    "Administration" -> Kaltura Video Admin

ADVANCED IMPORT VIDEOS FROM KALTURA
 
    From version 1.0 you can easyly import videos created outside Elgg in Kaltura (for example with the drupal or wordpress plugin).
 
    To do that, go to Kaltura's CMS:
    http://www.kaltura.com/index.php/kmc
 
    Login in, edit the "Video Mix" videos (you can only import this kind of videos). Put the "Admin Tags" property with the value of "elgg_plugin" followed by the username in Elgg you want to assign the video.
 
    EX:
 
    If you want to import a video from Kaltura's CMS to the user "foo" ("foo" is the username, not the name of the user) edit the details of the video in Kaltura's CMS and let the Admin tags like this: elgg_plugin foo
 
    Then go to your Elgg installation and run "Recreate objects" logged intoo and admin account.

, , ,

Last updated 192 days ago by Ivan Vergés

thanks man You are great

Shayan Abbas 315 days ago

sorry ...a newbie question -but what is CURL Libary in PHP? Is that common in hosted sites?

myoung 314 days ago

Yes, it's common, if you want to check if your site souports it create a page with this code:

<?php phpinfo(); ?>

and nothing more, then upload to your site with a name you want (phpinfo.php) and visit this page, if you see CURL or something similar. then you have it.

However, maybe the plugin works without this libraries, to be honest, I know that the older version doesn't works without, but maybe the new interface to kaltura does. So test it anyway and report me your trouble, I'll try to help you.

Ivan Vergés 314 days ago

okay... will go ahead and load it and let you know...thanks

myoung 314 days ago

loaded it up.... Works on videos that are uploaded, but created a video /slideshow with images and music and it will not play in ELGG once created. Plays if its open in kaltura, like in edit mode,  but will not play in ELGG ....

myoung 314 days ago

Could be a problem with the elgg cache, sometimes videos needs some time to be ready. Has been fixed?

Ivan Vergés 313 days ago

nope still not working... never had any problems with video on the site. Like I mentioned, They play fine if in edit mode..... but nothing in live ELGG

myoung 313 days ago

I created a duplicate without music and it works fine... will try again with audio..

myoung 313 days ago

When I hit Create Video - I just see the loading graphic - ERROR:  Webpage error details

Message: Object expected
Line: 229
Char: 1
Code: 0
URI: http://######.com/mod/kaltura_video/kaltura/editor/init.php?new

 

pushStar 293 days ago