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: 
storydriven
Visitor

Designing a Custom Channel Experience for Roku

Hello, Roku staff!

I'm writing on behalf of an online video distribution platform. We are very much interested in developing/designing our own channel and excited at the prospect of extending our content onto the Roku platform. We give content creators the ability to immerse the audience into their world through a customized visuals, extras/bonus content, images, news updates, and related merchandise offerings. We believe that the video content watching and discovery experience should come with a sense of delight, and we believe Roku has that potential for us.

We've had a chance to explore Roku's UX and proceeded to get lost in the ocean of content. We also went through the design guideline you've posted online. We noticed that some apps like Netflix, Youtube, etc. don't seem to quite follow those guidelines and offer a unique experience in terms of UI interaction.

Since we believe in offering a rich TV experience we're wondering how we might create something similar. What constraints are there when designing a channel? Are there limitations to what we can build? Is there an opportunity to create a Netflix like experience on Roku? If yes, how do we go about starting that process?

Thanks!
0 Kudos
11 REPLIES 11
BradC
Binge Watcher

Re: Designing a Custom Channel Experience for Roku

The only limitation is the amount of work you are willing to put into it.


Netflix and Youtube are rumored to have used a new HTML 5 SDK that hasn't been released to everyone quite yet, but there isn't anything in the UI of those channels that isn't already possible with the current toolset. Most people just don't prefer to put that amount of effort into it, since you'd be doing quite a lot more work than using the provided "template"


Course, that's just my understanding, could be wrong. 😄
♦MiniGolf♦HangMan♦Brain Puck♦Retro Tennis♦BORK♦FLIP♦Pathogen♦Pathogen 2♦Shut the Box♦Birdie♦Logic♦Dots♦Pool♦küglo♦Bubble Wrap♦Trivia Channel♦Mancala♦Air Hockey♦Weather♦CAMERA♦Your Photos Screensaver♦Desert Beauty Screensaver♦Wild Lakes Screensaver♦
0 Kudos
storydriven
Visitor

Re: Designing a Custom Channel Experience for Roku

Thanks BradC. So you're saying that the visual transitions, layout, page navigation is all possible with the provided "template"?

Is there anyone that could confirm the rumor about the use of the new HTML 5 SDK? We'd like to get more information on this if possible. Not sure how often the Roku staff on these forums actually reply.
0 Kudos
RokuJoel
Binge Watcher

Re: Designing a Custom Channel Experience for Roku

Netflix and Hulu and Youtube do not use HTML5, at least not as HTML5 is defined by Wikipedia, although some commonly related technologies may have been used in those channels.

We don't have, and don't plan to release an HTML5 SDK in the foreseeable future.

Custom UIs can be developed using the roScreen, roBitmap, roRegion, and ifDraw2D components and functions, and there isn't really any reason why you could not deliver the same experience that Netflix, Hulu and Youtube deliver, using Brightscript, and provide a user experience that would outperforms all three of those channels, on all our hardware platforms.

- Joel
0 Kudos
kc8pql
Visitor

Re: Designing a Custom Channel Experience for Roku

"storydriven" wrote:
Not sure how often the Roku staff on these forums actually reply.

Almost daily.
____________________________________________________________________________________________________________
No, I don't work for Roku.
Netflix Player N1000X, XDS 2100X (premature death by lightning)
Roku2 XD 3050X, Roku2 XS 3100R, Roku2 4210R
0 Kudos
storydriven
Visitor

Re: Designing a Custom Channel Experience for Roku

Good to know that developing a custom experience for Roku is so open. This sounds very promising.

I'm reading through the FAQ, and see that the approval/review process for a channel is as streamlined as possible, and to make sure it's as high quality and functioning properly. What are some things you look for when reviewing a channel? Is it a more overall look to make sure that it works and the user interface/experience makes sense? Or, are you checking off a list of UI requirements? This is so we know what to keep in mind while designing the experience.

Thanks, Joel!
0 Kudos
RokuJoel
Binge Watcher

Re: Designing a Custom Channel Experience for Roku

"storydriven" wrote:
Is it a more overall look to make sure that it works and the user interface/experience makes sense?


Yes, in the initial review, that is what we do, the channel review process we look for things like:

* Typos, grammar and graphical errors
* Unnecessary things that make life difficult for users
* Obvious program crashes
* Things that say "Resume" when nothing has yet been watched, or content viewing is complete
* Star ratings that aren't really reflecting a rating system on server

If the channel passes initial review, we then send to QA, who will go down a list and check off UI requirements, not all of which may be vital or relevant to your particular channel, so after QA we usually take a look at the channel again in light of QA feedback and determine if there is any real reason to hold publication.

- Joel
0 Kudos
storydriven
Visitor

Re: Designing a Custom Channel Experience for Roku

Super helpful, thank you.

Our platform allows users to sell merchandise for their film. The items for sale could be digital or physical. Is it possible to create a store for such items within a channel and have users make a purchase through the Roku? It would be great if they are able to not only purchase but also fill out details like shipping address. But we could also just send them an email after the purchase and have them complete their 'order' later on a browser.
0 Kudos
RokuJoel
Binge Watcher

Re: Designing a Custom Channel Experience for Roku

Yes, please look at SDKDocs.roku.com, ifChannelStore.GetPartialUserData()

http://sdkdocs.roku.com/pages/viewpage.action?pageId=3114061#ifChannelStoreSincev43-GetPartialUserDa...

...where the user can review and approve sending their information to the channel owner.

Only works on firmware >= 5.x

- Joel
0 Kudos
ZackD
Visitor

Using Associative Arrays in BrightScript

Hi! I hope this is the right place for me to post this question.

I'm new to BrightScript and am trying to figure out how to work with their associative arrays. My questions is, can an associative array in BrightScript hold another array as a value?

I'm trying to parse an associative array that looks like this:

showList = {Romance:
[
{

Title: "The Notebook",
releaseDate: "2000"

}
],

Comedy:
[
{

Title: "Caddyshack",
releaseDate: "1976"

}
]
}
If I use a statement like this:

return showlist["Comedy"]
Will this only return an array containing my Comedy video meta-data?

It seems like this should work, but I've been having trouble implementing this. Any suggestions?

Thanks!
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.