Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ionatan
Roku Guru

Roku feed cache

Is it roku video player using any cache for xml feed?
0 Kudos
2 REPLIES 2
jbrave
Channel Surfer

Re: Roku feed cache

Not that I'm aware of, I've never encountered any caching behavior except with images.

- Joel
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
0 Kudos
RokuKevin
Visitor

Re: Roku feed cache

No. In fact the roXMLElement.Parse() only takes a string that is the contents of the XML.

You could of course break your XML down into self-contained XML strings that you manage and parse separately.

The videoplayer sample app breaks the XML up into different files. Which would be a good practice when creating a scalable channel.

--Kevin
0 Kudos