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

Can I stream my Roku channel to my website?

I'm starting a Roku channel, and want to stream it on my channel's official website. This is so that users on mobiles and computers can watch the channel (if they don't have a Roku device yet) Is there a way to do this? I'm using the Custom Channel (not direct publisher) thru Instant TV Channel.

When I ran a Tikilive channel a few years ago, it was a simple matter of just pointing the embedded player to the RTMP stream. Can't seem to find that for Roku.

TIA
0 Kudos
4 REPLIES 4
norcaljohnny
Roku Guru

Re: Can I stream my Roku channel to my website?

I do the same but in short NO I do not think you can via some embed code.

What I do is this.
The script I run to create an Xml file I also use create a web browser playlist and load that on a web site using jwplayer or any html5 player can read.

This way when ever I append the masterlist of files both Roku and the website is updated.
pjforde1978
Visitor

Re: Can I stream my Roku channel to my website?

For better or worse, you should be able to embed your Roku video content... because Roku doesn't host content.

All videos that you watch on the Roku platform are hosted on a CDN. In fact, the very first message on this forum is a pinned thread about video CDNs and service providers.

https://forums.roku.com/viewtopic.php?f=34&t=34726

Generally speaking, if you control the content, you'll be able to play it wherever you like. You link to the same URLs from your web player as you do from Roku in most cases.
0 Kudos

Re: Can I stream my Roku channel to my website?

I know this is a very old thread but I would love to see the code and how you did this. I want to do the same thing. Please 🙂

0 Kudos
codeMonkeyMike
Channel Surfer

Re: Can I stream my Roku channel to my website?

So this is more of an HTML question, it has nothing to do with ROKU. With that said here's how to put video on your web site using HTML.

HTML Video (w3schools.com)

codeMonkeyMike
0 Kudos