Forum Discussion
stubbstarbuck
5 years agoBinge Watcher
If you have Vimeo Pro, each of your videos will have an http live stream (HLS) link. Use that one. I'll post an example object in a moment.
stubbstarbuck
5 years agoBinge Watcher
Here's an example Short Form Video object:
{
"id": "SHORT_ID_TO_IDENTIFY_VIDEO",
"title": "TITLE_OF_VIDEO",
"content": {
"dateAdded": "2017-04-01T00:00:00+00:05",
"videos": [
{
"url": "https://player.vimeo.com/external/LONG_STRING_OF_CHARACTERS",
"quality": "HD",
"videoType": "HLS"
}
],
"duration": 2929
},
"thumbnail": "URL_OF_THUMBNAIL.png",
"shortDescription": "SHORT_PHRASE_TO_DESCRIBE_VIDEO",
"releaseDate": "2017-04-01T00:00:00+00:05"
}- stubbstarbuck5 years agoBinge Watcher
You can find the HLS link in the Distribution menu at the bottom (left navigation after you select a video). Each video has its own unique id.
https://player.vimeo.com/external/LONG_STRING_OF_CHARACTERS
- el1jrmc5 years agoReel Rookie
Can you use the showcase feed? or do you have to do it per video?
- stubbstarbuck5 years agoBinge Watcher
I believe you have to do this per video.