evilmax17
15 years agoVisitor
Give a hoot - Test on 4x3 SD televisions
I do most of my Roku watching on a 15 year old, standard definition, 4x3 tube television. Content can still look great with this setup, but it takes a little extra work on the developer's end to ensure a good user experience. You can't just slap a URL into roVideoPlayer and call it a day.
If the aspect ratio of your video source is in something other than 4x3, it looks like the Roku's default behavior is to letterbox it. Letterboxing is alright in some situations (watching movies for example), but for most of the video being pulled off of the internet, it's unnecessary and hurts the viewing experience. I've found that full-screen is the most visually pleasing way to watch video on a 4x3 SD television. You can use SetDestinationRect to zoom into your video source and achieve this.
Another thing is to make sure your user interface looks good in 4x3. I've seen a few channels where overhang logos are cut off on the top and left sides of the screen when in 4x3. This just looks sloppy and amateur-hour, and can be easily prevented.
Give a hoot. Put the extra time and effort to develop and test on a standard definition television. If you don't have one, then you can probably find one for free on Craigslist.
Your 4x3 users will thank you for it.
If the aspect ratio of your video source is in something other than 4x3, it looks like the Roku's default behavior is to letterbox it. Letterboxing is alright in some situations (watching movies for example), but for most of the video being pulled off of the internet, it's unnecessary and hurts the viewing experience. I've found that full-screen is the most visually pleasing way to watch video on a 4x3 SD television. You can use SetDestinationRect to zoom into your video source and achieve this.
Another thing is to make sure your user interface looks good in 4x3. I've seen a few channels where overhang logos are cut off on the top and left sides of the screen when in 4x3. This just looks sloppy and amateur-hour, and can be easily prevented.
Give a hoot. Put the extra time and effort to develop and test on a standard definition television. If you don't have one, then you can probably find one for free on Craigslist.
Your 4x3 users will thank you for it.