Forum Discussion

tay's avatar
tay
Visitor
8 years ago

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? 

2 Replies

  • 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.
  • Thank you so much for the clarification.