JohnLocke1 wrote:
Cannot find an actual example json with liveFeed. I continually get
1 item has an error: No valid items were found in the feed: validateAnyOf
The .m3u8 feed link is valid, though.
Roku gives no json example including the .m3u8 feed, nor have I found it anywhere.
No help anywhere thus far.
Have you tried mimicking this? https://developer.roku.com/docs/specs/direct-publisher-feed-specs/json-dp-spec.md#livefeed
{
"id":"1509428502953",
"title":"Sample Stream",
"content":{
...
},
"language":{
"en"
},
"thumbnail":"https://example.org/cdn/thumbnails/1509428502952/1",
"brandedThumbnail":"https://example.org/cdn/thumbnails/1509428502952/1",
"shortDescription":"A live description",
"longDescription":"A longer description of a live stream",
"tags":[
"linear",
"news",
"celebrity"
]
}