Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
konjames
Visitor

JSON feed issues

The direct publisher says it has successfully ingested 3 of my streams.. but its only showing 2. not sure what the issue is... posted my code for review below 

{
  "providerName": "NSN Sports",
  "language": "en-US",
  "lastUpdated": "2017-07-06T18:12:32.125Z",
  "shortFormVideos": [
    {
      "id": "1",
      "title": "Live Stream",
      "shortDescription": "Live Stream",
      "thumbnail": "http://site.net/thumbnail.jpg",
      "genres": [
        "sports",
        "live stream"
      ],
      "tags": [
        "sports",
        "liveStream",
        "live"
      ],
      "releaseDate": "2017-06-11",
      "content": {
        "dateAdded": "2017-06-11T14:14:54.431Z",
        "captions": [],
        "duration": 5000,
        "videos": [
          {
            "url": "videourl.m3u8",
            "quality": "HD",
            "videoType": "MP4"
          }
        ]
      }
    },
    {
      "id": "2",
      "title": "Thomas vs colby",
      "shortDescription": "wommens Softball",
      "thumbnail": "http://site.net/thumbnail.jpg",
      "genres": [
        "sports"
      ],
      "tags": [
        "sports",
        "softball"
      ],
      "releaseDate": "2017-05-21",
      "content": {
        "dateAdded": "2017-05-21T14:14:54.431Z",
        "captions": [],
        "duration": 5000,
        "adBreaks": [
          "00:00:00",
          "00:00:59"
        ],
        "videos": [
          {
            "url": "http://videourl.m3u8",
            "quality": "HD",
            "videoType": "HLS"
          }
        ]
      }
    },
    {
      "id": "3",
      "title": "Sport stream",
      "shortDescription": "some game",
      "thumbnail": "https://site.net/thumbnail.jpg",
      "genres": [
        "sports"
      ],
      "tags": [
        "sports"
      ],
      "releaseDate": "2017-05-21",
      "content": {
        "dateAdded": "2017-05-21T14:14:54.431Z",
        "captions": [],
        "duration": 5000,
        "adBreaks": [
          "00:00:00",
          "00:00:59"
        ],
        "videos": [
          {
            "url": "http://videourl.m3u8",
            "quality": "HD",
            "videoType": "HLS"
          }
        ]
      }
    }
  ]
}
0 Kudos
2 REPLIES 2
mosafer
Roku Guru

Re: JSON feed issues

I think your problem is on the categories. Please make sure that you have right category with right tags. 
0 Kudos
konjames
Visitor

Re: JSON feed issues

"mosafer" wrote:
I think your problem is on the categories. Please make sure that you have right category with right tags. 

Thanks @mosafer! got it working 
0 Kudos