luke823
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2012
07:16 AM
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!
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!
3 REPLIES 3

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2012
10:56 AM
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
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
luke823
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2012
11:26 AM
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.
It's just a matter of getting started on roku development.

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2012
11:30 AM
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
- Joel