Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chaklasiyanikun
Roku Guru

Facing an issue with the Roku direct publisher feed?

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

image_2023_12_15T20_29_04_893Z.png

Can anyone suggest what was wrong here?. Is there any field missing from my JSON?

0 Kudos
4 REPLIES 4
Baradanikto
Roku Guru

Re: Facing an issue with the Roku direct publisher feed?

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.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
chaklasiyanikun
Roku Guru

Re: Facing an issue with the Roku direct publisher feed?

Thank you so much for your reply

0 Kudos
mattk27
Binge Watcher

Re: Facing an issue with the Roku direct publisher feed?

We recently released a free converter for JSON feeds to SDK for the new requirements, here:  https://sdkconverter.com/

Matt
https://sdkconverter.com/
0 Kudos
mattk27
Binge Watcher

Re: Facing an issue with the Roku direct publisher feed?

 
 
Matt
https://sdkconverter.com/
0 Kudos