tedbragg
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019
03:24 PM
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
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
4 REPLIES 4
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019
03:43 PM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019
07:52 PM
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.
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.
phillipallen1
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021
10:49 AM
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 🙂
codeMonkeyMike
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2021
12:04 PM
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.
codeMonkeyMike