Please refer to the Custom start view page.
If your <video>
element is hidden (display:none
) and you don’t want it to be shown on page load, simply remove the sublime class
from your <video>
element. To show the video, use the JavaScript API sublime.prepare
method.
SublimeVideo currently only supports videos delivered through HTTP. This is because HTTP is currently the only protocol consistently supported by HTML5 browsers.
SublimeVideo supports:
SublimeVideo does not support:
SublimeVideo can be served via SSL, simply use the player embed code that we give you.
It looks like this:
<script src="//cdn.sublimevideo.net/js/YOUR_TOKEN.js" type="text/javascript"></script>