Kaltura V2 Connector Configuration Reference
The Kaltura V2 connector uses the Kaltura Java API client to retrieve data stored in Kaltura.
Setup
To set up the Kaltura connector, you’ll need to retrieve your User ID
, User Secret
, and Partner ID
which can be found in the Kaltura Management Console.
Document field list
This section provides the list of fields in the document, and the source endpoint for each field.
Field | Source endpoint |
---|---|
conversionQuality createdAt creditUrl creditUserName dataUrl description duration flavorParamsIds id isTrimDisabled mediaDate mediaType msDuration name objectType rank searchProviderId searchProviderType searchTex sourceType sourceVersion streams tags thumbnailUrl totalRank updatedAt userId votes |
/api_v3/service/media/action/get |
category_id category_name category_fullName category_owner |
/api_v3/service/category/action/get |
metadata |
/api_v3/service/metadata_metadata/action/get |
Remote connectors
V2 connectors support running remotely in Fusion versions 5.7.1 and later. Refer to Configure Remote V2 Connectors.
Configuration
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|