0

I'm starting developing brightscript with simpleVideoPlayer for Roku, how can I add a text overlay or an image canvas when the video is on fullscreen? Thanks a lot.

2 Answers2

2

If you use roVideoPlayer (instead of roVideoScreen), you can layer an roImageCanvas on top:

http://sdkdocs.roku.com/display/sdkdoc/roVideoPlayer

JeffB
  • 407
  • 3
  • 13
1

Not sure if it's too late to answer, but I've dealt with this before.

When using a roVideoPlayer and a roImageCanvas together, the roVideoPlayer is rendered below the image canvas (below layer 0). So if your image canvas has some transparent layers, the roVideoPlayer should show through.

Hope this helps if I'm not too late.

goelze
  • 488
  • 1
  • 3
  • 14