Forum Discussion
renojim
6 years agoCommunity Streaming Expert
There's no built-in HTML processing available. You could theoretically parse the page and draw it yourself, but it would probably be easier to take the raw data from some server and use Roku components to display it. Either way it's a lot of work if you're not familiar with Roku development.
-JT
norcaljb
6 years agoChannel Surfer
I think it would be somewhat easy to do and what I mean by that is, when creating a web site that has a lot of dynamic content, usually the method is to feed the data via a json file or xml for that matter while the rest of the content is static, ir placeholders and headers or what not,
Its basically what all Roku channels are comprised of...