I need to trigger the STOP button of the remote control, how can I do that?.
I need it because my VIDEOJS player is not listening the remote buttons until I press the STOP button and I can't figure out why.
I found this answer here:
"sf.scene.get('Main').handleKeyDown(sf.key.STOP);"
But the app doesn't found the "sf" variable.