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

Is it possible to "link" to content in another channel?

Hello, I'm just getting started and wasn't able to find an answer to this question in the SDK documentation, so I'm hoping someone can help point me in the right direction. I'm wondering if it is possible to "link" to content in a different channel? i.e. If I have two separate channels (X and Y), and I wanted to link to content in channel Y by some action occurring in channel X, is that possible? Or does the sandboxed nature of the SDK prevent that?

Thanks,
Chris
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Is it possible to "link" to content in another channel?

You can do this using the External Control Protocol (ECP). See the ExternalControlGuide.pdf in the SDK. Note, however, that launching another channel will close the current, so when the user exits the linked content, they will be returned to the home screen and not the channel that launched it.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
gonzotek
Visitor

Re: Is it possible to "link" to content in another channel?

Note also that most channels don't provide any hooks for 'deep-linking' to content within the channel. If you'll be the developer of both the X and Y channels, you'll be able to facilitate the whole process from both ends, using the ECP reference TheEndless pointed you to. But if you're hoping to link from your channel into (for instance) a specific episode of a series on Netflix, you won't be able to. Some channels are deliberately programmed to allow content linking: Shoutcast and several other by TheEndless, and Mog immediately jump to mind.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos