nithyaak
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2014
07:56 AM
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-
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-
3 REPLIES 3
greubel
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2014
10:31 AM
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.

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2014
04:51 PM
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
- Joel
nithyaak
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2014
12:12 PM
Re: logo overlay on live channel
Thanks Joel. i will try on your suggestion..