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.
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.
