You would listen for roVideoPlayerEvent.isPlaybackPosition during playback to keep track of the position, and use roUrlTransfer to send the result to your server. If you don't care about being able to stop on one player and resume on another, you can just store the result in the registry rather than on your server.
--Mark