Ishan
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2012
05:06 AM
any support to run on Http dynamic streaming (HDS) ?
Currently roku supports httplive streaming(HLS) , and plays video over HLS , is their any way to make a support for http dynamic streaming(HLS) on roku.
5 REPLIES 5
Anonymous
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2012
10:18 AM
Re: any support to run on Http dynamic streaming (HDS) ?
No, we have no plans to support HTTP Dynamic Streaming and further, we don't support Flash/AIR.
Ishan
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012
09:17 PM
Re: any support to run on Http dynamic streaming (HDS) ?
Thank for the reply .......
1 more thing , if i have my own server which streams over HLS(HTTP live streaming) , how will i test it on Roku that it is working fine with roku ??
1 more thing , if i have my own server which streams over HLS(HTTP live streaming) , how will i test it on Roku that it is working fine with roku ??

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012
10:15 PM
Re: any support to run on Http dynamic streaming (HDS) ?
use the simplevideoplayer example in the SDK, you can just plug in the URL of your .m3u8 file in place of the Apple bip-bop example and add srt="" after that line, and you should be good to go. For multibitrate streaming you will want to experiment with the SwitchingStrategy setting, which is documented in the SDK.
- Joel
- Joel
Ishan
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012
10:31 PM
Re: any support to run on Http dynamic streaming (HDS) ?
Thanks joel ,
so after that when i make the changes in channel as you specified ,
I would be needing a roku box to upload that channel and view on stream on the tv ,
or their is some provision in SDK whereby i can load that channel on SDK and can see how my stream works on SDK ??
so after that when i make the changes in channel as you specified ,
I would be needing a roku box to upload that channel and view on stream on the tv ,
or their is some provision in SDK whereby i can load that channel on SDK and can see how my stream works on SDK ??

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2012
11:09 AM
Re: any support to run on Http dynamic streaming (HDS) ?
No, you need a box, the compilation and execution takes place on the Roku hardware.
- Joel
- Joel