HiOctane VideoJS is a Javascript video player for HTML5
Current Version 2.0.0
Use the public distribution version or download the latest version and add the h-videojs folder to your HTML webpage.
Add id="h-video" to your <video> element and add the following in your HTML page:
Online/Public Distribution Version:
<!-- HiOctane VideoJS Public Distribution Version -->
<link rel="stylesheet" href="https://videojs.hioctane.org/dist/h-player.css">
<script src="https://videojs.hioctane.org/dist/h-player.js"></script>
Offline Version:
<!-- HiOctane VideoJS Offline Version -->
<link rel="stylesheet" href="h-videojs/h-player.css">
<script src="h-videojs/h-player.js"></script>
(We do not provide support/help with older versions than the current version)
MIT © HiOctane