Now where there is “retrievingBar” displayed its position seems relative to Video position like 1920x1080 resolution.
As my player is just 900x640, I want to show that bar on top of my video playback.
I have tried ‘m.player.retrievingBar.translation=“[10,20]”’ but it is not working.
Can we set custom position/translation for retrievingBar / progress bar?
Is there no one can help to solve issues faced while developing Roku applications?
That will be great if someone atleast give direction to whom to contact when some developer stuck with issue.
I have already tried this , when we set enableUI=false, it do not show any controls even if we set Width/height.
enableUI="false"
Even I have tried following
m.player.bufferingbarvisibilityauto=FALSE
m.player.bufferingBar.translation=[110,900]
m.player.bufferingBar.width = 100
m.player.bufferingBar.height = 50
m.player.retrievingbarvisibilityauto=FALSE
m.player.retrievingBar.translation=[110,900]
m.player.retrievingBar.width = 100
m.player.retrievingBar.height = 50
Can you please try and suggest me if I am missing something or something really interesting we need to do in ROKU