After working for a few weeks on a direct publisher json feed, I uploaded it and got this error:
[upload|eeX0jDimT/IF6PFOCw+miw==]
I have looked at the feed documentation and tried every tag possible, but still no change (https://developer.roku.com/docs/specs/direct-publisher-feed-specs/json-dp-spec.md#movie)
here is my code:
{
"providerName": "EliYah.com",
"lastUpdated": "2022-12-3T10:38:28+00:00",
"language": "en",
"liveFeeds": [{
"id": "GCUGbgJZalE6XOuIzJVV",
"title": "Live Video Broadcast",
"content": {
"dateAdded": "2021-01-23T17:20:46+00:00",
"videos": [{
"url": "https://eliyah.com:442/live/smil:livedemo.smil/playlist.m3u8?DVR",
"quality": "FHD",
"videoType": "HLS"
}],
"language": "en-US"
},
"thumbnail": "https://eliyah.com/wp-content/uploads/2022/03/Webp.net-resizeimage.jpg",
"shortDescription": "The Weekly LIVE VIDEO Sabbath Broadcast",
"longDescription": "The Weekly LIVE VIDEO Sabbath Broadcast",
"tags": ["live"],
"rating": {
"rating": "UNRATED",
"ratingSource": "USA_PR"
},
"genres": ["educational"]
}],
"categories": [{
"name": "Live Video Broadcasts",
"order": "most_recent",
"query": "live OR eliyah"
}],
"movies": [{
"id": "fa762bb3-6135-4896-bcff-73b51f1152df",
"title": "Commands Of The Messiah - Part 32",
"content":[{
"dateAdded": "2022-03-26T18:04:42",
"videos": [{
"url": "https://eliyah.com/video/broadcast/20220212-study.mp4",
"quality": "HD",
"videoType": "MP4",
"bitrate": "1900"
}]
}],
"genres": [
"educational"
],
"rating": {
"rating": "UNRATED",
"ratingSource": "USA_PR"
},
"tags": ["Eliyah.com"],
"thumbnail": "https://eliyah.com/wp-content/uploads/2022/03/channel-poster_fhd.png",
"releaseDate": "2022-03-26T18:04:42",
"shortDescription": "Sorry, this Archive currently has no Description",
"longDescription": "Sorry, this Archive currently has no Description",
"categories": [{"name": "Latest","order": "most_recent","query": "live OR Eliyah.com"}]
}
]}
