Hardik
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018
10:27 PM
How to set retrievingBar position / translation manually
Hello Team,
I am using Video player with custom width and height and at specified location on my screen.
m.player.width=900
m.player.height=640
m.player.translation="[910,210]"
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?
Looking forward for quick support.
Thanks,
Hardik
I am using Video player with custom width and height and at specified location on my screen.
m.player.width=900
m.player.height=640
m.player.translation="[910,210]"
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?
Looking forward for quick support.
Thanks,
Hardik
3 REPLIES 3
Hardik
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
08:44 AM
Re: How to set retrievingBar position / translation manually
@Roku support team,
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.
Please someone update.
Regards,
Hardik
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.
Please someone update.
Regards,
Hardik
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
05:36 PM
Re: How to set retrievingBar position / translation manually
I will try.
You want to add this line of code inside your video tag
and then you can see the custom settings here https://sdkdocs.roku.com/display/sdkdoc/Video
under UI settings.
You want to add this line of code inside your video tag
enableUI="false"
and then you can see the custom settings here https://sdkdocs.roku.com/display/sdkdoc/Video
under UI settings.
Hardik
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2018
03:17 AM
Re: How to set retrievingBar position / translation manually
Hi, Thanks for reply.
I have already tried this , when we set enableUI=false, it do not show any controls even if we set Width/height.
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
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