Skip to main content

Getting a video's URL

Written by Lisa
Updated over 5 months ago

How to get a video's URL:

2. Look at the embed code, you will see a URL like this https://d2qo238vn4t4dk.cloudfront.net/videos/static/player/index.html?videoId=49u8eyuestt2bsd6c4mr39j1

To get the URL to the mp4 video, you should edit it into this:

https://d2qo238vn4t4dk.cloudfront.net/videos/49u8eyuestt2bsd6c4mr39j1/media/video.mp4

So basically you have to remove "static/player/index.html?videoId="

and then add "/media/video.mp4" to the end

In our future updates, we might add a feature to easily retrieve this URL.

Did this answer your question?