Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
Re: Wowza Media Server -> Roku over HLS via Akamai
Wowza and http streaming on akamai is not that difficult. Wowza segments the incoming video and writes to a local directory. You need to define the path of this in the config for the stream application to write to akamai netstorage. Obviously you would have a net storage account with akamai. Then simply use the URL to the net storage playlist.m3u8 that the Roku calls.. Hope this helps.
Re: Wowza Media Server -> Roku over HLS via Akamai
We were under the impression that Wowza was storing the segments in memory, but did end up getting this work by writing a Sinatra App that will rewrite the playlist files to reflect our CDN url.