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

Re: How Do I Start Developing a Channel?

i think i found the link.


rtmp://flashmedia.nic.in:80/live/dd1&poster=http://osmf.org/images/poster_cathy_fmp.jpg&autoPlay=true&bufferingOverlay=false&expandedBufferTime=10"


so do i just copy this as is, or does it needs to be modified?
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos
TheEndless
Channel Surfer

Re: How Do I Start Developing a Channel?

RTMP is a Flash stream, so it won't be possible to play it on the Roku.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
bollywood
Visitor

Re: How Do I Start Developing a Channel?

so does that means all these sites listed on this page are all using flash since they are using the flash plugin in the browser?

http://wwitv.com/television/99.htm



is roku going to support flash in near future?
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos
bollywood
Visitor

Re: How Do I Start Developing a Channel?

will this stream work with roku?


<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetTokenizedURLResponse xmlns="http://tempuri.org/"><GetTokenizedURLResult>
mms://a1637.l12455343636.c124553.a.lm.akamaistream.net/D/1637/124553/v0001/reflector:43636</GetTokenizedURLResult></GetTokenizedURLResponse></soap:Bod
y></soap:Envelope>
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos
gonzotek
Visitor

Re: How Do I Start Developing a Channel?

"bollywood" wrote:
will this stream work with roku?


<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetTokenizedURLResponse xmlns="http://tempuri.org/"><GetTokenizedURLResult>
mms://a1637.l12455343636.c124553.a.lm.akamaistream.net/D/1637/124553/v0001/reflector:43636</GetTokenizedURLResult></GetTokenizedURLResponse></soap:Bod
y></soap:Envelope>
mms is not a supported protocol. Only http can be used with Roku.
You really should look at the EncodingGuide.pdf file in the Documents folder of the SDK. It describes the supported formats and provides encoding and protocol tips.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
bollywood
Visitor

Re: How Do I Start Developing a Channel?

thanks. so from what you said and what i read from pdf, only streams using the http protocol or in other words streams starting with http are the only ones that will work?
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos
gonzotek
Visitor

Re: How Do I Start Developing a Channel?

"bollywood" wrote:
thanks. so from what you said and what i read from pdf, only streams using the http protocol or in other words streams starting with http are the only ones that will work?
Correct.
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
bollywood
Visitor

Re: How Do I Start Developing a Channel?

the website i posted earlier has http stream but i am not able to locate it.





here is another website with 5 live channels. it has live streams for almost all mobile devices such as ipod, ipad, blackberry etc...

http://www.ndtv.com/page/apps

my question is in this case, how will i find the http stream? do i have to have a ipod to find it?
i spent many hours on Windows pc using sniffer but was unable to locate any kind of stream links.

can someone please post the http streams that these 5 channels are using? i want to create a private channel for these.
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos
stratcat96
Visitor

Re: How Do I Start Developing a Channel?

"bollywood" wrote:
the website i posted earlier has http stream but i am not able to locate it.





here is another website with 5 live channels. it has live streams for almost all mobile devices such as ipod, ipad, blackberry etc...

http://www.ndtv.com/page/apps

my question is in this case, how will i find the http stream? do i have to have a ipod to find it?

can someone please post the streams that these 5 channels are using? i want to create a private channel for these.



Of the apps in the link you posted, the only "live stream" that I see that any of then have is for NDTV news. The others just have updates/videos/ etc. To properly set up a channel that updates dynamically with what's in the mobile app unfortunately it's more involved than just pointing Roku to a stream. If NDK has an xml feed that takes you to compatible videos that's a different story.
0 Kudos
bollywood
Visitor

Re: How Do I Start Developing a Channel?

these are the 5 channels.
NDTV 24x7 | NDTV Profit | NDTV India | NDTV Good Times | NDTV Hindu

well thanks for checking these out as i can't tell what's available on ipod. on the website they have all 5 channels live. and it says that they are available on the ipad etc.. too.



i did quite a bit of reading and every time i think i have found a website that will work...... Smiley LOL
Hawk Cam
Live footage from the nest on top of Bobst Library at N.Y.U.
copy and paste the link in your browser or use keyword: hawkcam

https://owner.roku.com/add/hawkcam
0 Kudos