Extension:KalturaCollaborativeVideo

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
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
SkinAfterBottomScripts
MonoBookTemplateToolboxEnd

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.

[edit] See also

Personal tools