Frequently Asked Questions: Sharing Kaltura Media


Overview


This article addresses commonly-asked questions about sharing your Kaltura media. We should note that in this context, "sharing" has as broad a context as possible. That is, adding collaborators to your media, putting them in MediaSpace channels, publishing them to Canvas media galleries, and embedding them. Use the list below to jump to a question (if desired):

General Questions

Adding Collaborators (Co-Viewers, Co-Editors, Co-Publishers)

Embedding Media

General Questions

Within Canvas, is it better to publish my videos to the Media Gallery or embed them within my modules?

We recommend doing both, but if you'd prefer to do one or the other, embed them within your modules.

Presenting your students with a well-organized course - a logical module structure, clear learning objectives, plenty of context for what they need to consume, and so on - is a key tenet of effective instructional design. Create pages within your modules for your multimedia that make clear when students are expected to consume them, and use the rich content editor to provide context for how the video fits in with the larger course structure. 

Many students, however, benefit from being able to review your videos (for example, prior to an assessment), so consider publishing them to the Media Gallery as well to help students find them easily.

Adding Collaborators (Co-Viewers, Co-Editors, Co-Publishers)

Why might I add someone as a co-viewer? What are some use cases?

Adding a co-viewer, like the other collaborator roles, will add the video to the user's "My Media," but they'll only be able to view it there. They can't publish it or edit it. Some possible use cases:

Why might I add someone as a co-publisher? What are some use cases?

A co-publisher will see your video in their "My Media" and will be able to publish it to other media galleries, embed it in course elements in different Canvas courses, publish it to other channels in MediaSpace, and embed your video on public websites. Some use cases:

Why might I add someone as a co-editor? What are some use cases?

A co-editor can edit just about anything about your video. Below are some possible use cases:

If I give someone co-publisher privileges, can they embed my video in their courses as well?

Yes. Giving someone co-publisher access to your video will also allow them to embed it in their own courses in addition to publishing it to other Media Galleries.

If I give someone a collaborator role in Canvas, does it apply in MediaSpace as well?

Yes. To be clear:

Embedding Media

What does it mean to "embed" a video?

In a general sense, embedding a video is like taking one of your videos in "My Media" and plopping it onto another web page. In order for that to happen, you have to add some code to the page - and so you need to be able to edit that page's HTML.

In Canvas, Kaltura makes this easy with a button that you can click in the rich content editor. It allows you to select what video you want to embed, configure a few additional details, and then your video appears on that page in Canvas. They're taking care of creating the code and adding it to the page.

Within MediaSpace, you can find an "external" embed code for your media. You can copy and paste this raw code on web sites to which you have edit access. (For example, I've embedded videos on various other knowledge base articles using embed codes from MediaSpace.)

The embed code that Kaltura generates in Canvas - can I use that on external websites?

No. If you want to embed your media on external websites (i.e. outside of Canvas), you need to grab an embed code from MediaSpace instead. The embed codes that Kaltura uses within Canvas are specific to Canvas and won't work elsewhere.

To add Kaltura videos in my modules, can I just create an "external URL" course element and use the URL of the video in the Media Gallery?

No. If you want videos to appear in your modules properly, you have to use the rich content editor to embed it on a page (or any other course element that uses the rich content editor).

It may seem like you can publish your video to the Media Gallery, visit its page, grab the URL, and add an "external URL" element to your module using that link. Unfortunately, that link won't work consistently.

Ideally you also shouldn't use external embed codes from MediaSpace within Canvas. The Canvas-Kaltura LTI integration gives videos that are embedded properly a way to accurately track analytics, in particular the identities of the students who access your videos. If you use an external embed code, the video will work, but the analytics won't be as detailed anymore.

Does embedding a video publish it to the Media Gallery as well?

No. Embedding a video won't make it appear in the Media Gallery.

How do I add text to a page that has an embedded video?

A screenshot of the rich content editor in Canvas. Just type in the rich content editor with the cursor above or below the video. If necessary, use the HTML editor.

Sometimes after embedding a video, it can be difficult to figure out how to type in the rich content editor, particularly if it was empty prior to the embed. Sometimes you can click all over the place but not seem to make a cursor appear. 

If you’re struggling to make the cursor appear, click the </> icon just below and to the right of the rich content editor’s text box. (If you hover your mouse over this, it will say “Switch to raw html editor.”)

You’ll then see the HTML code for your page. The video embed code will look something like the code below:

<p><iframe style="width: 1920px; height: 1080px;" title="Course Mapping (10:33)" src="https://canvas.ucsd.edu/courses/15712/external_tools/retrieve?borderless=1&amp;url=https://canvaskaf.ucsd.edu/browseandembed/index/media/entryid/0_n7jsc4ih/showDescription/false/showTitle/false/showTags/false/showDuration/false/showOwner/false/showUploadDate/false/playerSize/1920x1080/playerSkin/45495492/" width="1920" height="1080" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" mozallowfullscreen="mozallowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *; autoplay *"></iframe></p>

Just type some text before or after the video embed code. You can then click the “</>” button again to switch back to the rich content editor to get a sense of how things look. At that point it should also be much easier to add and format additional text.

How do I remove an embedded video from a page in Canvas?

If you can’t just press backspace and remove the embed code in the rich content editor, use the HTML Editor to delete the embed code.

If you want to remove an embedded video from a page, you can often just click your cursor after the video and press backspace/delete until the video is removed. If this doesn’t work for you, though, you can always enter the raw HTML editor by clicking the </> icon below the text box. Be on the lookout for text that looks like this: 

<p><iframe style="width: 1920px; height: 1080px;" title="Course Mapping (10:33)" src="https://canvas.ucsd.edu/courses/15712/external_tools/retrieve?borderless=1&amp;url=https://canvaskaf.ucsd.edu/browseandembed/index/media/entryid/0_n7jsc4ih/showDescription/false/showTitle/false/showTags/false/showDuration/false/showOwner/false/showUploadDate/false/playerSize/1920x1080/playerSkin/45495492/" width="1920" height="1080" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" mozallowfullscreen="mozallowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *; autoplay *"></iframe></p>

After you delete the embed code, return to the rich content editor and ensure that your video has been removed.

A screenshot of a page in Canvas demonstrating the Kaltura transcript bug.

I embedded a Kaltura video in Canvas and added some text underneath it. There's a really big gap between the bottom of the video and the start of the text. If I put text above the video, everything looks normally spaced. What's wrong?

There's a known bug with embedded players that use the transcript widget - they reserve empty space below the player for when the transcript widget is expanded. Kaltura has acknowledged this limitation and has plans to resolve it with the release of their next player. The image embedded here gives you an idea of what the bug looks like (click it to enlarge).

 

 

 

 

If you still have questions or need additional assistance, feel free to contact us at kaltura@ucsd.edu.