Forum Discussion

karishmagupta04's avatar
9 years ago

how to place label or scene graph element on video node

I want to show some text on the right top of video node. can anyone help me on this.

5 Replies

  • 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.
    • MrWalnut's avatar
      MrWalnut
      Reel Rookie

      It doesn't seem to do the trick. Is there any other way to resolve this issue?

  • 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)