Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nithyaak
Visitor

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-
0 Kudos
3 REPLIES 3
greubel
Visitor

Re: logo overlay on live channel

I tried that using roImageCanvas with text. But when I closed the overlay, the video player also closed. Don't know if that has been fixed.
0 Kudos
RokuJoel
Binge Watcher

Re: logo overlay on live channel

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
0 Kudos
nithyaak
Visitor

Re: logo overlay on live channel

Thanks Joel. i will try on your suggestion..
0 Kudos