Forum Discussion

TvStartup's avatar
TvStartup
Channel Surfer
6 years ago

Watermark/logo overlay on roku player

Overlay logo on video player........there use to be a way to do this using roImageCanvas but this function has since been depreciated. Any suggestions how I can do this without re encoding all my videos. 

1 Reply

  • Since roImageCanvas is depreciated, You should now be using SceneGraph which draws elements in a hierarchical order. Once you have created your video node, create a poster node with the image you would like to display. It will then be drawn over your video node.