- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vimeo Live feed with VimeoLive api access json help
Hi! We have a Vimeo Live Enterprise account with access to the Vimeo Live api. How would we implement the GET api request into the json file? Does someone happen to have an example they could share? Or do we have to retrieve the m3u8 url and pass it to the json file?
https://developer.vimeo.com/api/reference/live#get_live_event_m3u8_playback
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Vimeo Live feed with VimeoLive api access json help
Hi,
You need to get the live stream HLS URL (m3u8) and pass it to your JSON content feed.
You do not need duration for liveFeeds in Roku Direct Publisher, videoType should be HLS for live stream and quality is based on the stream resolution (FHD for 1080p, HD for 720p etc.)
Here is our sample JSON with liveFeeds:
Download the file: https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-RDP-liveFeed.json
{ "providerName": "OTTfeed.com" , "lastUpdated": "2021-01-22T21:01:43+00:00" , "language": "en-US" , "liveFeeds": [{ "id": "GCUGbgJZalE6XOuIzJVV" , "title": "OTTfeed" , "content": { "dateAdded": "2021-01-23T17:20:46+00:00" , "videos": [{ "url": "https://playlist.ottfeed.com/live/master.m3u8?channel=GCUGbgJZalE6XOuIzJVV" , "quality": "FHD" , "videoType": "HLS" }] , "language": "en-US" } , "thumbnail": "https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-live-image.png" , "shortDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps" , "longDescription": "OTTfeed: All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. All Content Types, Management Tools & Advanced workflows. For more info go to https://OTTfeed.com" , "tags": ["ottfeed", "live"] , "rating": { "rating": "UNRATED" , "ratingSource": "USA_PR" } , "genres": ["technology"] }] , "categories": [{ "name": "Latest" , "order": "most_recent" , "query": "live OR ottfeed" }] }
Cheers,