chaklasiyanikun
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2020
06:03 AM
Custom Hud Not Displayed over the video Player
I tried with the below code to Display a Custom Hud in Roku.
m.video.visible = true
m.video.SetFocus(true)
m.hud.show = true
I disabled video player by default operations using enableUI="false", enableTrickPlay="false" both fields. But I one thing does not understand here My Custom Hud successfully Display on buffering state. But playing state It's not displayed. It Displayed But, behind of video player. Does anyone know How to Displayed over the video player?
2 REPLIES 2
chaklasiyanikun
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020
02:18 AM
Re: Custom Hud Not Displayed over the video Player
Any Solution for this issue.
necrotek
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020
12:23 PM
Re: Custom Hud Not Displayed over the video Player
Is your custom UI node initiated after the video player? Nodes are rendered in order created. Since you mention that it is visible on buffer before the video plays, that indicates that the video may be rendering over the custom UI.