Developers

MediaSpace oEmbed Integration

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content, such as videos, when a user posts a link to that resource, without having to parse the resource directly. MediaSpace is the only application that currently exposes oEmbed in Kaltura.

oEmbed has 3 components:

(48 reads)

Creating a Custom Module for MediaSpace

Kaltura MediaSpace Module Structure

A module of MediaSpace is an implementation of MVC web application, based on Zend-Framework folder structure and naming convention.

Following is the folder structure of a MediaSpace module including typical files in each folder.

In the below example, replace "{module}" with the name of your module, notice that the replacement should be case-sensitive, so if you see {Module} and your module's name is test you should replace with Test.

(422 reads)

Pages