"RokuPatrick" wrote:
What are the issues you're seeing? I don't believe the Roku2 should operate any differently via ECP than the legacy products.
The problem is that they keypress commands were broken for the Netflix channel and Channel Store prior to the Roku 2. As a workaround, you could use the legacy telnet commands on the Roku 1 to navigate reliably but the telnet commands don't appear to be work (or work the same) on the Roku 2.
I reported the problem with the ECP keypress commands in the Netflix channel a while back (last September) and it was further discussed in this thread
http://forums.roku.com/viewtopic.php?f=34&t=33713.
The problem that the follwing commands don't work on the Netflix Channel, the channel store, and probably other places as well:
/keypress/Left
/keypress/Right
/keypress/Fwd
/keypress/Rew (not even with Rev instead of Rew)
The commands work on the main screen though.
An easy way to see the problem is to do the following from a unix command line: echo -e 'POST /keypress/Right HTTP/1.1\r\n\r\n' | ncat 192.168.1.148 8060
In the Netflix channel and in the channel store, when you execute the command above, you hear the sound like the command was received but the cursor doesn't move off the current selection.
If you execute the same command above on the main springboard, you hear the sound and the cursor moves right as you would expect.
Without support for these commands, some things are very hard to do since keydown/keyup timing isn't reliable.
Are there plans to fix this?
Thanks,
phil