Hello, I have a private channel that was developed with an old sdk example application and it works fine with my feed. I downloaded new sdk and it will load my categories and subcategories but will not play my videos… any ideas? Here is a sample video category.
“bandal” wrote:
Could be the start <> like there is no
is perfectly valid XML, and is parsed properly by the Roku XML parser, so I doubt that’s the issue.
I think the problem may be that your element is subordinate to your element. If you look at showFeed.brs, the paring logic expects the streamFormat element to be subordinate to the element.
<feed>
<resultLength>3</resultLength>
<endIndex>3</endIndex>
<item sdImg="http://bvmconsole.com/roku_thumbnails/12366.png" hdImg="http://bvmconsole.com/roku_thumbnails/12366.png">
<title>State Policy Network Founding Principles of Freedom </title>
<contentId>12366</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>800</streamBitrate>
<streamUrl>http://wfs.mp.advection.net/vod/mp/bigvoicesmedia/BVMedia101/_dld/We-the-People_-Founding-Principles-of-Freedom_0800.mp4/playlist.m3u8</streamUrl>
</media>
<synopsis>We the People: Founding Principles of Freedom </synopsis>
<genres/>
<runtime>12000</runtime>
</item>
<item sdImg="http://bvmconsole.com/roku_thumbnails/12211.jpg" hdImg="http://bvmconsole.com/roku_thumbnails/12211.jpg">
<title>The Poll Project</title>
<contentId>12211</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>800</streamBitrate>
<streamUrl>http://wfs.mp.advection.net/vod/mp/bigvoicesmedia/BVMedia101/_dld/VotingPollsInterview_0800.mp4/playlist.m3u8</streamUrl>
</media>
<synopsis>Meet Us At The Poll, Project. Listen to the First Coast Tea Party Poll Project Team discuss their plans for getting out the vote in 2012!</synopsis>
<genres/>
<runtime>12000</runtime>
</item>
<item sdImg="http://bvmconsole.com/roku_thumbnails/11324.png" hdImg="http://bvmconsole.com/roku_thumbnails/11324.png">
<title>Barbara Knick CPAC</title>
<contentId>11324</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>800</streamBitrate>
<streamUrl>http://wfs.mp.advection.net/vod/mp/bigvoicesmedia/BVMedia101/_dld/CPAC_BarbaraKnick_0800.mp4/playlist.m3u8</streamUrl>
</media>
<synopsis>B!G with Barbara Knick Orlando FL</synopsis>
<genres/>
<runtime>12000</runtime>
</item>
</feed>
That being said, I don’t see any problems with your xml - like you said it is parsing and displaying your feed just fine, but it won’t play the videos, so I’d guess it could be something different elsewhere. Or what RokuChris said, lol…