konjames
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017
11:43 AM
connecting roku channel to database
So i've got a streaming site. it has archived video/upcoming live video. I'm trying to figure out how to get that type of thing working on my roku channel. is it possible to connect a roku channel to a mysql database? if possible, i was wondering if anyone had any samples i could look at.
thanks
thanks
2 REPLIES 2
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017
01:16 PM
Re: connecting roku channel to database
You will need to create an http accessible api to communicate with your external content.
You cannot connect directly to sql in Roku.
You cannot connect directly to sql in Roku.
Tyler Smith
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018
02:07 PM
Re: connecting roku channel to database
"Tyler Smith" wrote:
You will need to create an http accessible api to communicate with your external content.
You cannot connect directly to sql in Roku.
Isnt that how it normally works? Using a scripting language like php or such?