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: 

Feed Status

Hi Everyone, 
I switched over feed over my a SDK to direct feed and got it to half way work at one point, but now when trying to finalize it I'm getting errors in the feed status. I have made sure the thumbnail is the correct size, tried both png and jpeg and nothing. As far as the feed goes it should be working fine as I can pull it up in VLC. Below is my json, any suggestion? 

  • 1 item has an error: No valid items were found in the feed: validate
  • 1 item has an error: Thumbnail must be 16x9 aspect ratio, at least 800w x 450h, and either in JPG or PNG format.

  • {
      "providerName": "Living As One",
      "language": "en-US",
      "lastUpdated": "2019-08-16T18:12:32.125Z",
      "shortFormVideos": [
        {
          "id": "uid34",
          "title": "Freedom City Church",
          "shortDescription": "Our vision is to reach people far from God in the urban centers of the world with the hope of Jesus Christ in order to grow together as committed Christ-followers.",
          "thumbnail": "https://www.dropbox.com/s/1sxxqbtajpmwlft/FCC%20ROKU.jpg?dl=0",
          "genres": [
            "gaming",
            "technology"
          ],
          "tags": [
            "gaming",
            "broadcasts",
            "live",
            "twitch",
            "technology"
          ],
          "releaseDate": "2019-08-16",
          "content": {
            "dateAdded": "2019-08-16T14:14:54.431Z",
            "captions": [

            ],
            "duration": 53,
            "videos": [
              {
                "url": "https://media8.livingasone.com/fcc-sp-mo/Manifest.mpd",
                "quality": "FHD",
                "videoType": "DASH",
                "bitrate": "3000"
              }
            ]
          }
        }
  • 0 Kudos