Media Services: Time Tip Plugin for Azure Media Player
Time Tip plugin for Azure Media Player
This project is out of date as this plugin has been integrated directly into the release of Azure Media Player as of version 1.6.0. This repository is kept active for reference purposes.
Information
This project is originally forked from videojs-progressTips by Michael Bensoussan, a plugin for video.js and modified for use with Azure Media Player
Introduction
Display a tooltip on hover with the time on player control bar for accurate seeking.
Getting Started
Include the plugin after the AMP script in the <head>
of your html page:
<script src="progressTimeTip.js"></script>
See example.html for how to enable the plugin.
Options
There are no options needed.