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.
Text overlay on fullscreen video Roku
1k Views Asked by user246863 At
2
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.
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.