mitchstein
9 years agoRoku Guru
Live stream
In the json file I see how to format movies, playlists, series, etc etc but I do not see a designation for a live stream. My HLS live stream works well when defined as a movie, but is there a special ...
{
"id": "calvarylivestream",
"title": "Our Live Services",
"shortDescription": "Sundays at 8:15am and 10:15am, Wednesdays at 7pm",
"longDescription": "Sun. @ 8:15am(PST) and 10:15am(PST) Wed. @ 7pm(PST)",
"thumbnail": "http://yourimageurl.jpg",
"genres": [
"faith",
"educational"
],
"tags": [
"livestream"
],
"releaseDate": "1985-05-05",
"content": {
"dateAdded": "1985-05-05T08:15:00+08:00",
"captions": [
],
"duration": 4500,
"videos": [
{
"url": "http://yourlinktom3u8/playlist.m3u8",
"quality": "HD",
"videoType": "hls"
}
]
}
}
],