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

HTTP Live Streaming (hls)

I have finished my first channel.Now I want to look at live streaming but it seems that there are only limited solutions to this namely:-
Sorenson Squeeze 7
Wowza Streaming Server (which uses Mac and Linux)

I am from the Linux,Unix and Mac platforms and believe in choice,a whole lot of it.
Can anyone suggest if there are any other Streaming or Encoding software out there for HLS?
or Give us a Lesson 1000 on this HTTP Live Streaming and its near best implementation for Roku?
Channel: Goaheadmission
O/S : Linux
Home media: MYTHROKUPLAYER With Homerun
0 Kudos
13 REPLIES 13
bandal
Visitor

Re: HTTP Live Streaming (hls)

A Lesson 1000 is really needed. I am waiting too. I have Sorenson Squeeze 7 too.
0 Kudos
onevoisses
Visitor

Re: HTTP Live Streaming (hls)

Here is why I think this Lesson 1000 (survival course) and discussion could do us well.
-as an open source developer,you get the best of freedom to decide how best to live stream your video.
-it allows us to futher develope or totally remake existing solutions
-it stimulates us to contribute alternative solutions
-it helps continue make Roku,the number settop box.

So what are you using to do live streaming on do adaptive bitrate streaming?

Are you using an open source alternative or propietary alternative?

Are you using

Flash Media Server
Wowza Streaming Server
Microsoft Silverlight
Darwin Server
Red 5
VLC
flumotion
Apache
Sorenson Squeeze 7

Lets share the knowledge



"Do not encourage your child that they can be anything they want to,but help them to understand that life is about choices and they should chose the best one?"
Channel: Goaheadmission
O/S : Linux
Home media: MYTHROKUPLAYER With Homerun
0 Kudos
ChannelMaker
Visitor

Re: HTTP Live Streaming (hls)

Oh HLS! a little ahead of it's time

We have been looking for a live streaming solution for our clients and have looked at many options.

The best way to do this we have found was going straight to a Wowza Service using Adobe Flash Media Encoder at 800 Kbps and 1200 kbps for standard def Live.

Video
Format: H.264
Profile: Main
Level: 4.0
Keyframe Frequency: 10 seconds
Frame Rate: 24 fps
Input Size: (any)
Bit Rate (any; at least 800Kbps recommended)

Audio
Format: AAC
Channels: Stereo
Sample Rate: 44100Hz
Bit Rate: (any)

However we did not want to set up a Wowza ourselves and looked for a turnkey solution.

The guys at http://www.rokuchanneldevelopment.com/ have made it very easy and created a Custom Middleware application that allows you to manage you live stream and VOD on the Roku easily.

If your looking for a fast managed and affordable soultion...check them out for you HLS and VOD Roku middleware solutions!



0 Kudos
bandal
Visitor

Re: HTTP Live Streaming (hls)

Thanks, I have contacted them to see what they offer and if the cost is lower than mine sure will use it.
DA
0 Kudos
svbell
Visitor

Re: HTTP Live Streaming (hls)

Hey there - I'm new to this forum!
I run a small TV station, we broadcast 24/7 via my own Flash Media Server (and the Live Encoder sitting in my studio). I've been asked a few times if my channel was available on Roku, so here I am. http://www.blackflag.tv

So if I understand you guys right, there is no direct support for Flash with Roku. 😞 I browsed around, and it seems I need to go thru Wowza, which means for me additional fees and monthly charges.

I'm not quite sure where to go from here - are there other alternatives cheaper than Wowza? Thing is I've spent money in renting a capable server with 15TB of bandwidth, and bought a license of FMS only 12 months ago. My TV station is finally taking off but I find the setup appears to be already outdated...! Any suggestions or input?

sv
_____________________________________________
Sv Bell | Black Flag TV
Midnight Movies. 24h a Day™
Broadcasting live since 2010!

http://roku.blackflag.tv

http://twitter.com/svbell
http://facebook.com/blackflagpictures
0 Kudos
RokuJoel
Binge Watcher

Re: HTTP Live Streaming (hls)

Flash Media server supports HLS. Not sure the procedure for enabling it, but I know it works very well with Roku.

- Joel
0 Kudos
RokuJoel
Binge Watcher

Re: HTTP Live Streaming (hls)

Here is some information from adobe on how to configure:

http://help.adobe.com/en_US/flashmedias ... -8000.html
0 Kudos
svbell
Visitor

Re: HTTP Live Streaming (hls)

Wow that's great news, thank you!
I checked the Adobe documentation... Darn... I must say I'm quite puzzled about what to do, not being a specialist in that matter...
Right now the Live Encoder stream the video up to the FMS, and the FMS output a rtmp://100.100.10.100/live/video, and that URL is calling the video on the web sites. Is there a way that Roku can receive that rtmp://100.100.10.100/live/video stream??
I would prefer to have a single video source that streams to both the web, and to Roku. I need to keep the web-based broadcast!

sv

(the rtmp address above is a sample only, not the actual URL)
_____________________________________________
Sv Bell | Black Flag TV
Midnight Movies. 24h a Day™
Broadcasting live since 2010!

http://roku.blackflag.tv

http://twitter.com/svbell
http://facebook.com/blackflagpictures
0 Kudos
RokuJoel
Binge Watcher

Re: HTTP Live Streaming (hls)

"svbell" wrote:
rtmp://100.100.10.100/live/video, and that URL is calling the video on the web sites. Is there a way that Roku can receive that rtmp://100.100.10.100/live/video stream??


according to the Adobe doc, it should looks something like this:

http://100.100.10.100/hls-live/livepkgr ... tream.m3u8

To test on Roku, open up the simplevideoplayer example, uncomment the "Big Buck Bunny" example, and replace the URL with your url. Also comment-out the other examples, plus add the following line immediately after the Big Buck Bunny example:

srt=""

- Joel
0 Kudos