The issues I am having. When we using the this plugin and initialize the player. cloudinary source loaded but not display the progress bar and ending time.
My source file extension was .webm and .mkv
var cl = new cloudinary.Cloudinary({cloud_name: "cloud _name", secure: true});
const vplayer = cl.videoPlayers('.video-player-init',{
streaming_profile: "hd",
controls: true,
playbackRates :[1, 1.5, 2]
});