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

Can Anyone Suggest a CDN for LIVE streaming With Roku

Hello, I've been having some developers do programming with website and roku to do live streaming...I do whole bunch of live corporate and some live events...but thinking I'll need to kick it up a notch with cdn once we Plug in fulltime Roku channel.

The issue...I have a small cdn that I love to use Influxis...but they will get pricey quick and don't have edge hops global delivery.

We've been testing with getting live stream work and finally got it set ok check with Apples b-bop live stream m3u8 link.
We've also been testing with Edgecast as a cdn but over the past week we finally got word from their tech support that they do not support live streaming to Roku yet and their is in works for development to roll it out but no idea when.

So besides setting up our own Wowza and or paying for amazon monthly instance....what other CDN's will live stream to Roku?

Oh fyi Influxis's mobile delivery will work live streaming to Roku but took awhile to figure out how to build the link.
0 Kudos
2 REPLIES 2

Re: Can Anyone Suggest a CDN for LIVE streaming With Roku

get in touch with us at ScaleEngine, we have a number of happy Roku customers, https://www.scaleengine.com/channels/ - ask for a demo at https://www.scaleengine.com/demo
0 Kudos
fortscan
Visitor

Re: Can Anyone Suggest a CDN for LIVE streaming With Roku

Roku doesn't use a proprietary live streaming protocol or delivery method. Any CDN that is able to deliver your live stream using HLS (HTTP Live Streaming http://tools.ietf.org/html/draft-pantos-http-live-streaming) can be integrated with your Roku channel (i.e. Akamai, Level3, EdgeCast, InterNAP, Limelight to name a few).

Due to the fact that HLS is based on small video segments delivered under regular HTTP connections, most (if not all) current CDNs are inherently capable of delivering HLS streams, as long as some minor caching variables can be configured accordingly. This is because most CDNs are capable of serving the small video segments that an HLS stream is based on, just like they can serve any other file type over a regular HTTP connection (i.e. images, CSS, HTML).

The referenced small video segments are produced by HLS segmenters (i.e. Adobe FMS, Wowza, IIS), which be operated by the CDN provider, or also hosted elsewhere. In any case, the CDN edge servers will simply treat an HLS segmenter as an HTTP origin.

Based on your original post, the point in this case might be that certain CDN providers will offer support for the process of integrating the HLS stream with your own Roku channel, while some other might just provide the raw HLS link. At the end, both options are valid for your project, although in some cases it can be important that the provider you use specifically supports the integration with your Roku channel.

If you need assistance or also if you are interested in finding out more about the different video delivery technologies, Frontlayer has a service that already integrates your own Roku channel with CDN distribution:

http://www.frontlayer.com/roku-channels

--
Disclaimer: I work for Frontlayer Technologies (not affiliated in any way with Roku). Beyond our own commercial solution, hopefully this post provides useful information about technical alternatives for integrating an HLS segmenter with any CDN, even if it doesn't specifically claim to support HLS streaming.