The First Demo

An example of the video.js player that uses the Nuevo plugin and the Shaka skin. The video player was added using a shortcode. The video source is an HLS m3u8 manifest. The forward button was turned on in the WordPress Nuevo plugin settings. The video title, the description and the info icon were added through the shortcode. Vide info display and filters menu were enabled via shortcode as well. The progress bar thumbnails were taken from a VTT file and thumbnails tiled image. All of these were applied to the player through the Nuevo shortcode.

Please note that video description and infoicon parameters are optional to display video info.

The thumbnails basepath parameter is required if the thumbnail image URL inside the VTT definition is only the filename, not the full image URL. More details about VTT based progress bar thumbnails you can find on Nuevodevel VTT thumbnails demo.


[nuevo source="src=//playlist-url.m3u8 type=application/x-mpegURL" poster="//poster-image-url.jpg" title="CymatiJazz Demo" description="Wordpress demo video through the player with the Nuevo plugin" infoicon="//info-icon-url" videinfo=true filters=true thumbnails="src=//thumbnails-file-url.vtt basepath=//thumbnails-image-directory-url/"]