Kaltura has very specific terminology...
Entry:
An entry is a media entity on the Kaltura servers. It can be an image, audio, video, or a rough-cut wrapped with vast information such as dates, titles, tags, ratings etc.
Flavors:
Flavors refer to the transcoding settings (ie. the format that the source video is converted to: HD .flv, iPad mp4, etc...)
Kaltura Contributor Wizard:
Kaltura Contributor Wizard, Kaltura widget for content ingestion; a flash wizard that provides easy to use, friendly, and customizable user interface for uploading and importing media and content. The CW can be configured using an xml configuration file. The CW configuration file defines different customization aspects:
- List of media providers (e.g. file upload, webcam, import from different sources) is available to the user
- Graphical skinning and locale of the different parts of the wizard
- Parameters defining the behavior of the wizard such as the default media provider
Kaltura Dynamic Player:
Kaltura Dynamic Player, a highly flexible movie player. In order to embed a KDP on a web page, a developer should first create a widget, or use one of the available widgets which describes the settings of the required player. Every Kaltura partner is provided with a default widget identified by _{PartnerId} (For example, _201). The KDP can be configured using an xml configuration file.The configuration file defines the graphic layout and functionality of the different parts of the player. It can be created and stored on Kaltura's server via Kaltura's API Test Console, OR through a UI wizard in the Kaltura Management Console. The ID of the desired configuration should be set as KDP UI Configuration ID in the Kaltura Admin Configuration within Tiki. The default is 48411.
- The configuration ID for the Kaltura Contributor Wizard (KCW) is used to add more media.
Kaltura Partner:
A person or an organization with a Kaltura account. Commonly, it is possible to become a Kaltura Partner either by manually signing up, or by registering to Kaltura during the installation process of a Kaltura application. The Kaltura Partner ID is a numeric identifier, uniquely identifying one Kaltura Partner within the Kaltura database. Upon registration of a Kaltura Partner account, you will receive an email from Kaltura with the following information:
- Partner ID: This is your Partner ID in the Kaltura Admin Configuration in Tiki.
Kaltura Session:
Kaltura servers authenticate calls using a KS (Kaltura session). A Kaltura session is generated using the start session API call. Each KS includes a partner, sub partner, user ID, API secret, and optional privileges. The KS is used to call additional API calls, and to allow the client side (Flex) components to send authenticated calls to Kaltura servers. The user ID passed in all of the Kaltura API calls is the user ID on your system (e.g. a numeric ID, screen name, email). Whenever a call is made, Kaltura's system will implicitly create a record for the user on its servers.
UIConf:
XML configuration file for various Kaltura components (KDP, KSE, KCW)
User (Partner User):
Representation of a partner's user in Kaltura's database.
Widget:
A widget represents a KDP (Kaltura Dynamic Player) which is either bound to a specific media clip (in the case of media embedded in an external site) or a KDP that can show a gallery of media clips which can be selected via flashvars and javascript calls.