Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tay
Level 7

Roku premiere+ display behaving differently

I have a working app tested on Roku3, when I deploy the same app to Roku premiere + I see some display issues popping up. Is there a solution for this? 
0 Kudos
2 REPLIES 2
tim_beynart
Level 8

Re: Roku premiere+ display behaving differently

My guess is that you designed your layout using HD resolution, and the Premiere+ is not scaling correctly.
Premiere+ has an FHD UI (1920x1080), where I believe the 3 has an HD UI display (1280x720).
This means the menus and screens and stuff (not the video itself) are using different resolutions.
Try adding this to your manifest:
ui_resolutions=hd
This will tell the firmware that you designed your UI for HD, and will automatically upscale when necessary.
0 Kudos
tay
Level 7

Re: Roku premiere+ display behaving differently

Thank you so much for the clarification.
0 Kudos