Forum Discussion
jayseattle
8 years agoNewbie
I believe the answer is yes. I have a very simple screensaver that pulls in static JPGs from a CDN. Suggest starting with this:
https://blog.roku.com/developer/tutorial-screensavers
and you would have to alter pulling from the image file contained locally to an external stream.
Note: I only use static images so you may have to research if another video based component is needed.
https://blog.roku.com/developer/tutorial-screensavers
and you would have to alter pulling from the image file contained locally to an external stream.
m.top.backgroundURI = “pkg:/images/background.jpg”
Note: I only use static images so you may have to research if another video based component is needed.