"astromo" wrote:
So is there any possible way to stretch a video stream to the full screen? Thanks.
Are all the videos the same size, one of several sizes, or any number of different sizes?
You can determine the width and height of a video, and anything else you want to know about it, by downloading it and examining it using
mediainfo. You can then use the width and height values with SetDestinationRect as described in the post you cited earlier. If you have two or three possible video sizes you could offer the user an option to display the video in full-screen mode by selecting from one of a list of corresponding zoom factors; I know, that's not a very elegant solution though. If you have no idea what the video dimensions will be then I think you're out of luck.
Ideally, if you have control over the video content, you should determine the width and height before the video is streamed and pass that info along with the video url and other metadata in an XML feed that your Roku code can extract.