OverviewAny media owner or co-editor can download a video from My Media, but this only downloads the primary video in 2 source Kaltura Capture or Classroom recordings.
This video demonstrates how to get the secondary video download URL and download the file.
Requirements- You must be a KMC Admin
- You will need the entryId of the primary video
Process
- Copy the entryID
- Go to https://developer.kaltura.com and login with your KMC admin credentials (sign in button, top right)
- Choose the KMC your media is on if you are prompted
- In the left side navigation, enter baseEntry.list
- Click the link to the baseEntry.list call, then click the Try It Out button.
- Click the Filters dropdown, scroll down to find parentEntryID and paste in the entryID
- Scroll back up to the top of the page and Submit the request.
- The results will be in the righthand pane. Find the downloadUrl value and copy just the URL, being careful to avoid the double quotes and trailing comma.
- Paste the URL into a new browser tab and the video will download automatically.