This section describes how to deploy the Kaltura Video App for Canvas.
To deploy My Media
To deploy My Media
- In your Canvas environment, go to Settings and click Apps:
- Click View App Configurations to open the list of external apps:
- The External Apps list is displayed.
- Click Add New App to open the Edit External Tool Dialog.
- In the Edit External Tool Dialog, under Configuration Type Select “Paste XML”.
- Enter the following information:
#
Field
Value
1
Name
Name (only affects the list of installed tools)
2
Consumer Key
You Kaltura account Partner Id
3
Shared Secret
Your account administrator secret
4
Paste XML Here
Paste the content of MyMedia.xml provided to you by your Kaltura representative.
- Click Submit. The My Media tool will be listed in the list of external tools and a new navigation menu item will be added to the course menu.
To deploy the Media Gallery
- In your Canvas environment, go to Settings and click Apps:
- Click View App Configurations to open the list of external apps:
- The External Apps list is displayed.
- Click Add New App to open the Edit External Tool Dialog.
- In the Edit External Tool Dialog, under Configuration Type Select “Paste XML”
- Enter the following information:
#
Field
Value
Example
1
Name
Name
“Media Gallery + BSE”
2
Consumer Key
Your Kaltura account Partner ID
123456789
3
Shared Secret
Your account administrator secret
6TS618TVBE48JAPE4H9CJQKEJSMEYXUD'
4
Paste XML Here
Paste the content of MediaGalleryAndBSE.xml provided to you by your Kaltura representative.
- Click Submit. The Media Gallery tool will be listed in the list of external tools and a new navigation menu item will be added to the course menu.
To create a scoped key
Kaltura is using API keys to retrieve information about course permissions to provide the "Publish to a Media Gallery from My Media" feature. If you would like to use a scoped key instead of a regular API key, please use the following steps.
- Log into Canvas to create the new key.
- Provide the key with the following permissions (These are the scopes that Kaltura tools use):
- url:GET|/api/v1/courses
- url:GET|/api/v1/courses/:id
- Select a name and an owner email
- Under the URIs ("Redirect URIs" and "Redirect URl (Legacy)") enter your KAF URL starting with "https://". e.g: "https://1234.kaf.kaltura.com/"
- Grab the app ID and key.
- Enter the information in the KAF Admin 'Canvas' module.
- Set "useScopedKey" to Yes.
- Fill in the customAppId.
- Fill in the customAppKey.