We are closing.

Dm banner

SublimeVideoDocumentation

Player FAQ

Table of Contents

How can I customize the appearance of the initial start view?

Please refer to the Custom start view page.

I have my video hidden, but it still shows up when the page loads, why?

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.

Does SublimeVideo support streaming protocols?

SublimeVideo currently only supports videos delivered through HTTP. This is because HTTP is currently the only protocol consistently supported by HTML5 browsers.

SublimeVideo supports:

  • HLS (HTTP Live Streaming is currently only supported in desktop Safari and Mobile Safari)

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>