Videojs-HTML5 video and audio playlist

As seen on

The playlist plugin provides multiple track playlist for both HTML5 <video> and <audio>.

    The two main features are:
  1. Playing either HTML5 video or audio
  2. Playing multiple video or audio tracks.

Required class and id names:

id="XXX-vjs-playlist" //playlist wrapper ID that is specific to the instantiated videojs id, e.g., id="audio-playlist-vjs-playlist". This allows for multiple videojs players on the same page.

class="vjs-track" // tracks className is required