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

Media Browser Roku Channel

Hey all,
Are there any channel developers who might also be Media Browser fans? We are looking to bring Media Browser to Roku and are wondering if anyone might have interest in assisting us. If anyone is then drop me a line. Thanks!
0 Kudos
3 REPLIES 3
RokuJoel
Binge Watcher

Re: Media Browser Roku Channel

You can post any questions you have about developing a channel here. Taking a look at the media browser website, looks like it is a server? If so, it will probably need to provide the following to the Roku player:

REST or other http api for requesting content from media
XML (ideally) or JSON feed of content
Content in h.264 AAC format - this may require real time transcoding and streaming to the Roku using HLS or Microsoft Smooth Streaming

Aside from that, you have the options of using the built in UI components or rolling your own to display the content on the device and interact with the user.

- Joel
0 Kudos
luke823
Visitor

Re: Media Browser Roku Channel

Thanks. We've recently built a json-based http api and are in the process of adding streaming and trans-coding, so I think we're good there.

It's just a matter of getting started on roku development.
0 Kudos
RokuJoel
Binge Watcher

Re: Media Browser Roku Channel

If you have experience with Visual Basic, or similar languages, it should be pretty easy. You need a Roku device to compile and test your code, register a developer account at owner.roku.com/developer and download the SDK which is a collection of examples and documents, there is also an online version of the SDK documentation at http://sdkdocs.roku.com/display/RokuSDK ... umentation

- Joel
0 Kudos