Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 702 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 702 Bytes

Teleport Plugin

Calls to a teleport server to save and retrieve last watched positions.

Getting Started

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>

Documentation

(Coming soon)

Examples

Check out example.html to see Teleport Plugin in action.

Release History

(Nothing yet)