My HLS Link not work in ROku

Hi,

My HLS link not working in Roku. I tested this link to Roku Stream/RAF Tester Tool and on that tools link is working fine. But when I enter this link to feed URL its shown me an error.

Error message:

The server returned an unsupported content type. Was expecting 'application/rss+xml', 'text/xml', 'application/xml' or 'application/json' but received 'application/vnd.apple.mpegurl'.

Now how can I solve it? I search it to google and got that the JSON file is needed for the feed URL. Could you please anyone share with me any simple JSON file? I have only 1 HLS link and I need to play that.

Thanks

You can find what you need by reading the JSON Schema document and the DP Quick Start Guide.

@mattjarvis Take a look at the Root Object Example in the JSON feed schema. You’ll see that the ‘liveFeeds’ object is an array. You’ve got a syntax error because you coded it as a string.