I have started with the videoplayer example code in from the SDK and I am currently working with the developer at our CDN.
Our CDN provided a web service that would return XML feeds for each folder on our account, however, it would not work with ROKU.
He has customized the web service so that it mimics the XML files given in the TED videoplayer example. However, he is asking for a list of required/recommended tags that ROKU needs, and the proper data that goes with each one. For example, the <quality> tag for ROKU is HD or SD. The developer's first run at creating this custom web service was using "high" or "low" for the "<quality>" tag.
I cannot find information in the SDK documentation on the type of XML feeds that Roku requires or likes to pull from.
Any ideas?