maandazi
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013
09:25 AM
Java to Roku
I have a java app that stream video from Oracle DB.
This is my URL from video tag to java app and it is streaming mp4 format.
http://host:port/JavaServlet?id=45
I'm new in roku world and I want to use the same URL in Roku. Can someone tell me the better approach to this?
This is my URL from video tag to java app and it is streaming mp4 format.
http://host:port/JavaServlet?id=45
I'm new in roku world and I want to use the same URL in Roku. Can someone tell me the better approach to this?
5 REPLIES 5

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013
10:15 AM
Re: Java to Roku
Use the simplevideoplayer example in the sdk, replace this line:
urls = ["http://video.ted.com/talks/podcast/CraigVenter_2008_480.mp4"]
with your url:
urls = ["http://host:port/JavaServlet?id=45"]
zip the example, side-load onto your Roku and test.
- Joel
urls = ["http://video.ted.com/talks/podcast/CraigVenter_2008_480.mp4"]
with your url:
urls = ["http://host:port/JavaServlet?id=45"]
zip the example, side-load onto your Roku and test.
- Joel
maandazi
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013
12:18 PM
Re: Java to Roku
"RokuJoel" wrote:
Use the simplevideoplayer example in the sdk, replace this line:
urls = ["http://video.ted.com/talks/podcast/CraigVenter_2008_480.mp4"]
with your url:
urls = ["http://host:port/JavaServlet?id=45"]
zip the example, side-load onto your Roku and test.
- Joel
Thanks Joe.. I have try that one but is breaking... when I press play it trying to open and go back to video screen. Is there anything else I have to do? I have tries to load simplevideoplayer and it does the same thing but sample videoplayer works.
Do you want to see the codes?

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013
02:36 PM
Re: Java to Roku
If you want me to take a look at your source code, please send me a private message on this board with a download link via dropbox or a similar service.
- Joel
- Joel
maandazi
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013
09:03 PM
Re: Java to Roku
"RokuJoel" wrote:
If you want me to take a look at your source code, please send me a private message on this board with a download link via dropbox or a similar service.
- Joel
Still not working... I was wrong

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2013
02:46 PM
Re: Java to Roku
Like I said, dropbox me the source as a private message (you can click on my name and then click "Send a private message".)
- Joel
- Joel