Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chaklasiyanikun
Roku Guru

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?

0 Kudos
2 REPLIES 2
chaklasiyanikun
Roku Guru

Re: Custom Hud Not Displayed over the video Player

Any Solution for this issue.

 
 
0 Kudos
necrotek
Roku Guru

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.

0 Kudos