Extension:KalturaCollaborativeVideo
From MediaWiki.org
|
Kaltura Collaborative Video Release status: beta |
|
|---|---|
| Implementation | Special page, Ajax |
| Description | Enables to create collaborative videos, add to them and edit them |
| Author(s) | Kaltura Inc. |
| Download | http://sourceforge.net/projects/kaltura/ |
| Parameters | $wiki_root $secret $partner_id $subp_id |
| Hooks used |
OutputPageParserOutput |
CollaborativeVideo is an extension that enables users to create collaborative videos, add to them and edit them.
Contents |
[edit] Usage
...
[edit] Download instructions
Download the extension files from SourceForge and place them in $IP/extensions/CollaborativeVideo/kaltura_extension.php.
Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
NamespaceManager and NamespacePermissions extensions are included with this extension for some reason.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/CollaborativeVideo/kaltura_extension.php");
[edit] Configuration parameters
You need to configure $wiki_root, $secret, $partner_id and $subp_id. See the README file for details.

