logo overlay on live channel

Hi,
I am very new to roku and i am currently working on developing a private channel using SDK’s sample - videoplayer. I mange to build a server to send xml configs and able to stream live channel successfully now i would like to display my channel’s logo on top of any playing video. Could some one please share a sample code how to do that? Thanks a bunch for your help in advance.
-nithyaak-

use roImageCanvas with roVideoPlayer, not with roVideoScreen take a look at the customvideoplayer example for how they work together, you can also use roVideoPlayer with roScreen.

  • Joel

Thanks Joel. i will try on your suggestion..