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: 
stephend
Channel Surfer

No content found in given stream

I am getting this from Roku:
2 items have error: No valid items were found in the feed: No content found in given stream

Where did I go wrong in this code:

 
0 Kudos
3 REPLIES 3
Baradanikto
Roku Guru

Re: No content found in given stream

Your feed file does not conform to the Roku MRSS Spec.

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.
0 Kudos
stephend
Channel Surfer

Re: No content found in given stream

Thanks Baradanikto,
I have used your example as a guild. Not sure if my entries for the GUID and HREF are correct.

<item>
<guid>http://bhpfm.com/Roku/2TESTXML.xml</guid>
<pubDate>2023-06-27T04:42:31+00:00</pubDate>
<media:title>Rum Festival</media:title>
<media:description>Ann Burell in Barbados.</media:description>
<media:category>cooking</media:category>
<media:category>reality</media:category>
<media:thumbnail url="http://bhpfm.com/dcxml/images/BDOS.png" />
<media:content
url="http://bhpfm.com/Burrel.mp4"
duration="74.74"
bitrate="2500"
language="en-us" />
<media:subTitle
lang="en-us"
href="http://www.example.org/cdn/subtitles/subtitle.srt" />
</item>

0 Kudos
Baradanikto
Roku Guru

Re: No content found in given stream

I would remove anything that is optional: for example, bitrate.

The guid can be any unique string typically not url.

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.
0 Kudos