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?

Any Solution for this issue.

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.