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

Live Streaming...

Hi
I come from Poland, and on roku store is not few Polish chanel.
So first i downloaded SDK and done small app from simplevideo, about Subaru, its only for lerning...

http://cmsk.net/roku/subaru.zip

Now i'm trying to do a app with live streaming.

i have for example 2 source:

- http://195.94.205.211/Trwam

- http://tele5.pl/stream/

how have to looklike appMain.brs file to run it?
0 Kudos
4 REPLIES 4
sfaragdas
Visitor

Re: Live Streaming...

no one is help me??

please links to instructions or somethink...
0 Kudos
bandal
Visitor

Re: Live Streaming...

The appMain.brs still has mp4 for video. If streaming it needs to be hls not mp4. That is if the stream is an Apple Adaptive Stream. Only hls and ism is supported at 4.7 firmware for streaming.

You can try this link for ism to see if it will work. ism is Microsoft Smooth Streaming.
In appMain.brs

Micrrosoft Smooth Streaming = ism

1. Replace mp4 to ism
2. Replace your video with
http://playready.directtaps.net/smooths ... m/Manifest

Or try this path:

Apple Adaptive Streaming - hls

1. Replace mp4 with hls
2. Replace your video with
http://www.donggala.org/roku/hls/BaliTr ... TT_NS.m3u8
3. put bitrate to 0 for now.

This one should work for hls.

If you can't see the full link in the post put your mouse over it and it should show a full path I believe at the bottom of your browser. Or right mouse click on the link and Copy Link Location and paste it into notepad to see it.
0 Kudos
sfaragdas
Visitor

Re: Live Streaming...

hi bandal
THX for it i done it and it's works 😉

Now i know that this (http://195.94.205.211/trwam) i can't run on Roku beacous it's in (.asf).

Do you know some tools were i can find stream path from this http://www.tele5.pl/stream/ ??
0 Kudos
bandal
Visitor

Re: Live Streaming...

I use a free program called url getter, but I did not see a valid file format to play it for Roku. Plus, the video did not play in the browser unless they turned the stream off.
0 Kudos