SublimeVideo

Documentation

Check out our Getting Started and FAQ pages to start, and if you have any problems take a look at our Troubleshooting page.

Player FAQ

How can I customize the appearance of the initial play button?

There is currently no built-in way of customizing the appearance of the initial play button. However, there is a pretty straightforward solution – using the JavaScript APIdocumented here.

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, just do not add the sublime class to it. To show the video, use the JavaScript API sublimevideo.prepare method.

Does SublimeVideo support streaming protocols?

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

RTMP support is something we plan to add in future, but it means our player will be forced into Flash mode, because HTML5 doesn’t – and will probably never – support RTMP.

My site is secured with SSL (https://), how can I use SublimeVideo in it?

SublimeVideo can be served via SSL for secure pages, this requires you to change your embed code. Learn more.


Service FAQ

Can I test SublimeVideo on localhost or another development domain?

Sure. By default SublimeVideo always works on localhost and 127.0.0.1. If you want to use a more specific development domain, please edit your site settings. You can test the player on your local development domains with no limit: video plays will not be counted in this case.

I have multiple subdomains of my main domain, should I buy a separate plan for each one of them?

No, you can share the same plan across all your subdomains via the wildcard option.

I have a staging domain, should I buy a separate plan for it?

No, you can add your staging domain to the staging and alias domains field. Learn more.

I have different domains displaying or pointing to the same content, should I buy a separate plan for each of these?

No, you can add these domains to the staging and alias domains field. Learn more.

Do you provide encoding and hosting for my video files?

No, currently we provide the player – you keep full control of your video files by maintaining the flexibility of using your preferred encoding and hosting service(s).