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?