Tech Specs
OzPlayer works in your CMS with HTML5 and older browsers
OzPlayer is easily available via github with a
WordPress plugin –
ask us about other CMS plugins as well!
Alternately, you can use our code generator to answer some simple questions and generate the HTML code you need. This can be inserted into the “HTML” or “text” edit mode of most CMSes.
You will use standard HTML5 markup: the VIDEO, AUDIO, and TRACK elements. Simply place the elements on the page and then pull in the OzPlayer JavaScript and CSS files. On a modern browser, OzPlayer will then overlay its controls and captions over the top of the native video.
For browsers that lack HTML5 VIDEO support, OzPlayer acts as a polyfill and drops a Flash player in the correct location. The Flash fallback uses exactly the same controls as the native player, providing a consistent and accessible experience even on older systems.
Example code<div id="demo" class="ozplayer" data-transcript="demo-transcript" data-controls="stack">
<video width="640" height="360" poster="../poster.jpg" preload="none" controls="controls">
<source src="video.mp4" type="video/mp4" />
<source src="video.webm" type="video/webm" />
<track src="captions.vtt" kind="captions" data-sync="0" srclang="en" default="default" />
<track src="descriptions.vtt" kind="metadata" data-kind="transcript" data-sync="0" srclang="en" />
</video>
<audio preload="none" data-default="default">
<source src="descriptions.mp3" type="audio/mp3" />
</audio>
</div>
<details class="ozplayer-expander" open="open">
<summary>Video Transcript</summary>
<div id="demo-transcript" class="ozplayer-transcript"></div>
</details>
OzPlayer is a commercial product, but we want everyone to have accessible video experiences. It is free for personal use and for not-for-profits with annual budgets under $1,000,000 (USD). Other organizations may use it free for up to ten videos. Contact us to discuss commercial licensing information. Custom licenses are also available for purchase.
Contact formTrial Now