I've looked at the API and read through a lot of sample extensions, but I still can't find the answer.
How do you pause the current media and then jump to a different position while playing a standard video file via a lua extension?
There must be api calls in one of the objects like pause() and seek(pos).
Basically I want to create a module which will pause the media for 5 seconds, and then jump back about 20 seconds and play the media again.