“Arthy74” wrote:
There seems to be a bug on the Video node.
When the focus is handled in my video control nodes and i send commands to the Video node as above, video rewind without subtitles.
But when the video Node has focus and handle the Instant Replay button by itself, it works.
It is like the Video Node is the only one entity to be able to make this feature works…
Feedback from roku tech team would be appreciated…
Hey! We ran into this same problem. From our testing the player.control = “replay” works correctly if you also set player.enableUI = false .
If we did not set the enableUI field to false the player assumes it should handle the event internally and appears to disregard some external commands functionality.