I am creating the JSON feed for one live HLS stream.
Here is my JSON feed.
{
"providerName": "Provider Name",
"language": "en",
"country": "US",
"content": {
"dateAdded": "2023-12-15T00:00:00Z",
"movies": [
{
"title": "Live Stream",
"content": {
"dateAdded": "2023-12-15T00:00:00Z",
"videos": [
{
"url": "https://liveStreamurl.com/test.m3u8",
"quality": "HD",
"videoType": "HLS"
}
]
}
}
]
}
}
I uploaded this JSON on Roku Direct Publisher. But it shows under-processing. Like below
Can anyone suggest what was wrong here?. Is there any field missing from my JSON?
Are you aware that Direct Publisher is in the process of being sunsetted? It is minimally supported and due to be removed in January 2024.
Additionally, it appears you are using a "Movie" object with a live stream. DP does support LiveStream objects. More importantly, your file syntax is incorrect. Please see the Direct Publisher (JSON) spec for more info.
Thank you so much for your reply
We recently released a free converter for JSON feeds to SDK for the new requirements, here: https://sdkconverter.com/