TabloCraig
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
09:04 AM
Supporting SD Mode
In a recent Roku firmware update, the list of possible screen resolutions when using an HDMI-attached display no longer includes SD options.
Section 3.4 of the channel certification guide states:
Are channels required to support SD mode if the attached display is SD, or can channels still be certified without this?
Section 3.4 of the channel certification guide states:
3.4 Channel is designed in 1080p and properly functions when scaled to all available Roku supported displays: SD (when available), HD, FHD, 4K.
Are channels required to support SD mode if the attached display is SD, or can channels still be certified without this?
9 REPLIES 9
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
11:30 AM
Re: Supporting SD Mode
We dropped SD support on our apps in late 2016 and have not been denied certification.
Tyler Smith
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
12:13 PM
Re: Supporting SD Mode
i think SD support is required and "when available" refers to the fact most players do not have composite output (yellow for video + red/white for audio).
Note if writing RSG app, there is not much you have to do for such support - just make sure 2 things are in place:
Note if writing RSG app, there is not much you have to do for such support - just make sure 2 things are in place:
- in `manifest` file there is a `ui_resolutions=` line
- with a value which does not contain sd (reminder, that value points out what resolutions app is prepared to handle - be it hd, fhd or "hd,fhd" - the unmentioned resolutions will be handled by RSG with automatic scaling)
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
12:18 PM
Re: Supporting SD Mode
"Tyler Smith" wrote:
We dropped SD support on our apps in late 2016 and have not been denied certification.
Perhaps the app works in SD against your lack of intentional support, for automagical reason mentioned above.
What did your "SD support" consist of, when you did?
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
05:19 PM
Re: Supporting SD Mode
The word for the day is 'automagical' - I like it!
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2018
10:01 AM
Re: Supporting SD Mode
TabloCraig
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018
07:43 AM
Re: Supporting SD Mode
"RokuNB" wrote:
i think SD support is required and "when available" refers to the fact most players do not have composite output (yellow for video + red/white for audio).
Note if writing RSG app, there is not much you have to do for such support
We don't use SG besides the player, yet.
Would it be possible to get a confirmation that supporting SD mode is no longer required for certified channels?
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018
11:24 AM
Re: Supporting SD Mode
"TabloCraig" wrote:
In a recent Roku firmware update, the list of possible screen resolutions when using an HDMI-attached display no longer includes SD options.
i don't think SD-over-HDMI was a "proper" resolution, possibly was there just to help testing. But if you connect the SD cables to a player that has supports composite output (on some that's yellow/white/red RCA connectors, on some through the "phone jack" with the cable supplied)
which specific models (model#) did you have SD option over HDMI, do you remember?
TabloCraig
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018
11:22 AM
Re: Supporting SD Mode
"RokuNB" wrote:
which specific models (model#) did you have SD option over HDMI, do you remember?
I had a 2720X that was dedicated to SD testing. I think there were some other models, I want to say the 3050, that also allowed SD. I am not sure when the option disappeared since it's not something that is actively used; it's only tested and adjusted before significant channel releases.
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2018
10:40 AM
Re: Supporting SD Mode
"RokuNB" wrote:"Tyler Smith" wrote:
We dropped SD support on our apps in late 2016 and have not been denied certification.
Perhaps the app works in SD against your lack of intentional support, for automagical reason mentioned above.
What did your "SD support" consist of, when you did?
This is a valid point. We build our UI's based on percentages of the output height/width and drop the SD declaration in the manifest. So yes, it would have scaled down to SD 🙂
Tyler Smith