I want to show some text on the right top of video node. can anyone help me on this.
I am trying to do something similar. Any help would be appreciated :?.
Hi
I found a hack few days ago. I think roku use a special optimization for full page video. I apply a translation=“[1,0]” on my Video element to display some scene graph elements over the video ![]()
best regards,
jeremie.
I am not sure what this is about. Videos are played on separate plane behind the graphics plane (where all UI elements are displayed, including RSG Group progeny). The video is always behind the graphics and sometimes you may have to do a cut-out/transparency in your overlay graphics for it to display.
If some UI element is not displaying, my suspicion is that another UI element is covering it, displayed on top of it. I would like to hear more about this translation=“[1,0]” magic - if indeed a clean experiment says it makes a difference (i.e. change to [0,0] and confirm this alone makes the element disappear)
It doesn’t seem to do the trick. Is there any other way to resolve this issue?
I got this same issue earlier. I did this trick and I think you should use this too.
