Calls to a teleport server to save and retrieve last watched positions.
Download videojs
In your web page:
<link rel="stylesheet" href="video-js.css">
<video id="video"
class="video-js vjs-default-skin"
src="movie.mp4"
controls>
</video>
<script src="video.js"></script>
<script src="dist/videojs.teleport-plugin.min.js"></script>
<script>
videojs('video', {}, function() {
var player = this;
player.teleportplugin(); // initialize the plugin
});
</script>
(Coming soon)
Check out example.html to see Teleport Plugin in action.
(Nothing yet)