I'm currently working over one wordpress website and it is on 5 languages. So I add video by src as every language has its own video file and by changing language the file changes.
The website is on WordPress 3.8.1 and I input videos by
<video width="560" height="340" controls><br />
<source src="address/wp-content/uploads/folder//number_language.ogg" type='video/ogg; codecs="theora, vorbis"'/><br />
</video>
How to get the current session play time and set it on the new session after language change?