I am trying to trigger Roku Remote fastforward and rewind button but not able to get "key" parameter during video pause feature, i can able to pause my video but when i am trying to use forward and rewind button i am not getting any key as per documentation i am following this URL.
https://developer.roku.com/docs/references/scenegraph/component-functions/onkeyevent.md
please let me know, what approach i can follow for the same.
I am trying to pause video from Roku remote but it's not working, i have verified things with another channels and there it's working fine, I am working on my custom channel, but not sure why remote is not working also cross checked with remote APP and there is not showing any error in telnet as well,
I am rely thankful if anyone please help me out from this,
Thanks
Hi @Deepaks3,
To be clear, you are trying to handle fast forward and rewind key events while video is paused?
Yes, because in my video player node play and stop feature is working fine but, for pause i have added onekeyEvent() and now, i want fastforward and rewind key parameters but its not working.
Ok. Have you looked at our TrickPlay samples for how to do this?