-1

I successfully playing some channel in Roku. and I tried to all channel full screen in Roku I set height width of video player. But Now still not working. Anyone know these issue How to set The Video playing a Full Screen. Anyone know this issue. I'm working all three resolution 480P, 720P and 1080P.

EDITED: enter image description here

My monitor Status:

enter image description here

My Set-top Box Resolution: enter image description here

1 Answers1

0

Set the "ui_resolutions=hd" only in manifest file. No need to add 'sd' and 'fhd'. Set the video node in your xml file as --

<Video id="videoPlayer"
    height="720"
    width="1280"        
    translation="[0,0]"/>

It will automatically adjust the screen, and video player resolution.

But some Roku devices have limitations. Some Devices doesn't support 4:3 ratio. For those devices you have to adjust the height and width accordingly.

swaran
  • 404
  • 6
  • 14