Consult the documentation that comes with the Roku Software Development Kit for more information including supported video formats.
Initial Setup
Install the latest version of Wowza Media Server 3.
If still on version 2 it is probably best to run with the latest patch. The latest version 2 patch can be found on the bottom half of the Production builds page
The Roku supports the Apple HTTP Live Streaming protocol. To get started follow the one of the following tutorials to setup a video on demand or live stream for playback on an iOS device (iPhone, iPad, iPod touch).
How to publish and play a video on demand file
How to publish and play a live stream (RTMP based encoder)
How to publish and play a live stream (RTSP/RTP based encoder)
How to publish and play a live stream (MPEG-TS based encoder)
How to publish and play a live stream (native RTP encoder with SDP file)
How to re-stream video from an IP camera (RTSP/RTP re-streaming)
You may also need to configure your stream as a multi-bitrate stream as outlined here Adding Multi-bitrate Audio-only Rendition to iOS Streams (AppStore 64Kbps)
Those experiencing playback problems with Wowza Media Server 3 should look at this article, http://www.wowza.com/forums/content.php?331 to switch back to using absolute paths for iOS playlists. This has been fixed in recent Roku firmware updates.
Basic Instructions
- Buy a Roku and get it up and going and associated with an online Roku account.
- In your online account, sign up for the developer program and download and install the Software Development Kit.
- Open the documents/RokuDvp-ChannelPackagingAndPublishing.pdf that comes with the Roku SDK and follow the instructions in the Packaging Applications chapter to setup a DevID and Password (you will need to use the password for packaging).
- Unzip the examples/zips/simplevideoplayer.zip example and edit the simplevideoplayer/appMain.brs file and make the following changes:
- Comment out the lines (line 167):
Code:'urls = ["http://video.ted.com/talks/podcast/CraigVenter_2008_480.mp4"] 'qualities = ["HD"] 'StreamFormat = "mp4" 'title = "Craig Venter Synthetic Life"
- Uncomment and modify the lines (line 184):
Note: To play your own content, change the urls value to the playlist URL to your content.Code:' Big Buck Bunny test stream from Wowza urls = ["http://184.72.239.149/vod/smil:BigBuckBunny.smil/playlist.m3u8"] qualities = ["SD"] streamformat = "hls" title = "Big Buck Bunny"
- Comment out the lines (line 167):
- Zip up the contents of the simplevideoplayer folder. I got this wrong the first time. Be sure to zip up the contents of this folder and not the folder itself. You will be uploading and registering this zip archive as your player application to the Roku box.
- Follow the instructions in the Package Utility of the documents/RokuDvp-ChannelPackagingAndPublishing.pdf guide to upload your package to the Roku.
- There should be a prompt on your Roku box to run your application. It should just work. Once you get it working you can read more on how to setup a private channel and make it accessible to folks to subscribe.
- Click here, if you are having problems or would like to discuss this article.
- Leave a comment below, if there is some aspect of this article you would like to see changed or improved.


Article List
Categories
Wowza Media