GithubHelp home page GithubHelp logo

remoku's People

remoku's Issues

Add Roku discovery feature

Support discovery of Rokus on local network.  Javascript has no access to the 
discovery mechanism employed by Roku, SSDP, so another method is required.  One 
way to accomplish this is to sequentially request a specific resource known to 
exist on the Roku webserver sequentially trying each IP address in a subnet. 
e.g:
GET http://192.168.0.1:8060/query/apps
GET http://192.168.0.2:8060/query/apps
GET http://192.168.0.3:8060/query/apps

If a Roku exists at an address it will quickly respond with the list of apps.  
If it does not, the request will timeout after some period.  A script could 
check the result of loading an iframe after, for instance 500ms, and check ~120 
addresses a minute. For most home networks, this technique *could* be 'good 
enough'.

Original issue reported on code.google.com by gonzotek on 19 Jan 2011 at 3:11

Use graphics for remote interface

Replace html buttons with graphical interface from Roku Remote for Google 
Chrome by Ben Galliart. Add a mode switch to options to support use of either 
interface.

Original issue reported on code.google.com by gonzotek on 19 Jan 2011 at 2:49

Occasional Key Repeats

What steps will reproduce the problem?
1. Use the directional arrows to navigate the Roku UI.

What is the expected output? What do you see instead?
The Roku should react to network remote control in the same manner as IR remote 
control.  Instead, it occasionally will receive a keydown command without 
receiving a subsequent keyup command. This may be caused by network conditions 
and also by Remoku code deficiencies.

Possible fix(es) and/or workarounds:
It is possible to capture the response from the Roku after it has received a 
command, by checking if the iframe has loaded.  So the script could wait until 
the Roku acknowledges receipt of a command before sending another.

The keypress command is equivalent to a keydown followed by a keyup.  So an 
optional mode could be enabled that always uses keypress.  This would have an 
undesirable side-effect of forcing users to repeatedly 'click' the button to 
navigate long lists.

Original issue reported on code.google.com by gonzotek on 19 Jan 2011 at 2:46

Display Interface for launching channels

Remoku should allow channel launching via the
http://roku:8060/query/apps
and
http://roku:8060/launch/appid
URLs

Original issue reported on code.google.com by gonzotek on 31 Mar 2011 at 6:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.