Player FAQ
Table of Contents
- How can I customize the appearance of the initial start view?
- I have my video hidden, but it still shows up when the page loads, why?
- Does SublimeVideo support streaming protocols?
- How to use SublimeVideo Player over SSL (https://)?
How can I customize the appearance of the initial start view?
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.
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.
RTMP support is something we plan to add in the future, however, this means our player would be forced into Flash mode, because HTML5 doesn’t – and will probably never – support RTMP.
How to use SublimeVideo Player over SSL (https://)?
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>