curl -d "" "http://xxx.xxx.xxx.xxx:8060/keypress/Home"
"RokuChris" wrote:
Specific implementation will vary depending on the language and tools you're using, but in general terms, /keypress/Home is the path you want to send the request to and not part of the POST data. So, for example, this works fine for me from a terminal:curl -d "" "http://xxx.xxx.xxx.xxx:8060/keypress/Home"
Where xxx.xxx.xxx.xxx is the IP of a Roku.
"belthur" wrote:
Thanks for the response. I got the controls to work. But the actions seems to be spotty at best.
Home works every time. But keys like Up or down or left or right have to be pressed like 5-10 times before they work once...Is there a time out required between each command send ?
Update : Some more info...
The UP and DOWN keys seems to be working fine when inside a title..for example if I select "Monk Season 3" and get the options like Play, select another episode etc...UP and DOWN keys work fine.
All the navigation keys have to be clicked/sent anywhere between 5-10 times for the action to happen once ONLY inside NETFLIX. I haven't tested others.
Please somebody tell me how to correct it or fix if the command parsing in roku is broken. It's frustrating.
Update
Confirmed. Up/Down/Right/Left doesn't work properly ONLY in Netflix.
Do the Roku engineers maintain Netflix app or should I go over to Netflix forums and tell them ?
"pirey4" wrote:"belthur" wrote:
Thanks for the response. I got the controls to work. But the actions seems to be spotty at best.
Home works every time. But keys like Up or down or left or right have to be pressed like 5-10 times before they work once...Is there a time out required between each command send ?
Update : Some more info...
The UP and DOWN keys seems to be working fine when inside a title..for example if I select "Monk Season 3" and get the options like Play, select another episode etc...UP and DOWN keys work fine.
All the navigation keys have to be clicked/sent anywhere between 5-10 times for the action to happen once ONLY inside NETFLIX. I haven't tested others.
Please somebody tell me how to correct it or fix if the command parsing in roku is broken. It's frustrating.
Update
Confirmed. Up/Down/Right/Left doesn't work properly ONLY in Netflix.
Do the Roku engineers maintain Netflix app or should I go over to Netflix forums and tell them ?
I reported the keypress problem on the Netflix channel back in September when I was working with 2.7 firmware. Not sure of when this will be addressed. My findings then:
Function Works in 2.7
/keydown/Up Yes
/keyup/Up Yes
/keydown/Down Yes
/keyup/Down Yes
/keydown/Fwd Yes
/keyup/Fwd Yes
/keydown/Rew Yes (if you use Rev instead of Rew)
/keyup/Rew Yes (if you use Rev instead of Rew)
/keypress/Up Yes
/keypress/Down Yes
/keypress/Left No
/keypress/Right No
/keypress/Fwd No
/keypress/Rew No (not even with Rev instead of Rew)
"RokuKevin" wrote:
There are no new keypress commands in v2.8.
The following commands should all work:
/keypress/Up
/keypress/Down
/keypress/Left
/keypress/Right
/keypress/Fwd
/keypress/Rev
/keypress/Back
/keypress/Home
/keypress/Select
/keypress/InstantReplay
/keypress/Info
/keypress/Backspace
/keypress/Search
/keypress/Play
/keypress/Enter
--Kevin