We are closing.

Dm banner

SublimeVideoDocumentation

Video Publishing Assistant

The Video Publishing Assistant helps you create properly configured <video> elements that are automatically optimized for SublimeVideo.

Just copy the generated video code and paste it into the page(s) where you want the video to be published.

Under the hood

The Video Publishing Assistant includes some useful features to assist you in resolving common problems you may face when creating your own <video> elements:

1. Video sources errors

Sources with errors

  • If a source cannot be found: The Assistant will tell you if it cannot find a source. In that case, please ensure that the source address you entered is correct.
  • If a source is hosted and served with the incorrect MIME Type: This is a common issue that will prevent some browsers from being able to play your video. The Assistant automatically detects the video source’s MIME Type and informs you if your web server needs to be reconfigured. In that case, please see how to setup correct MIME Types.

2. Incorrectly configured <video> elements

Player size

A common example of a <video> element being configured incorrectly would be when its width or height values don’t retain the source’s aspect ratio, resulting in a letterboxed/pillarboxed player (black bars around the video). The Video Publishing Assistant detects the original size and aspect ratio of the source file(s) and automatically provides the user with correctly proportioned width and height values. It also fixes other common configuration issues including incorrect ordering of the <source> elements.

3. Malformed <video> code

Get the code

It’s common to see the <video> code formatted incorrectly. For example, being split across multiple lines or missing small elements of the code itself.

The Video Publishing Assistant always generates properly formatted <video> elements, so you no longer have to worry about formatting details.

Optimized for SublimeVideo

In addition to helping you resolve these issues, the Video Publishing Assistant also helps you set up SublimeVideo-specific features such as Lightboxes, HD Switching, Embeds and video metadata to setup your videos for SublimeVideo’s Real-Time Statistics platform.