Closed
Bug 1029624
Opened 11 years ago
Closed 11 years ago
Roku feed
Categories
(Webtools Graveyard :: Air Mozilla, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Use the Roku SDK to build a XML feed that can be played on a Roku device.
Updated•11 years ago
|
Priority: -- → P1
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
So after some headless running around the documentation I think I know roughly what I need to do.
First of all, I've ordered a Roku 3 for myself. RITM0028950
What you do is you take the example app (aka channel) called "videoplayer" in the SDK zip file and start modifying it. The only thing that isn't genuinely part of that app is "artwork" and "xml" directories. Those are supposed to be hosted on a server but I guess you can trick the app to serve this from the app itself as local files instead of URLs on the internet.
The first job once this is up and running is to look at the categories.xml file and make that real Air Mozilla data.
And to test it out you should be able to edit the file categoryFeed.brs and edit this: https://gist.github.com/peterbe/bd4f100daf37240193cf
Apparently it's supposed to be possible to connect to telnet do the Roku device and get all logging.
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/338fb1ffc343af2fb873db43563278fa61715b93
fixes bug 1029624 - Roku feed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•