if (Hls.isSupported()) {
var video = document.getElementById(‘veri-video-player’);
var hls = new Hls();
hls.on(Hls.Events.MEDIA_ATTACHED, function () {
console.log(‘video and hls.js are now bound together !’);
});
hls.on(Hls.Events.MANIFEST_PARSED, function (event, data) {
console.log(
‘manifest loaded, found ‘ + data.levels.length + ‘ quality level’
);
});
hls.loadSource( video.getAttribute(‘data-video-url’) );
// bind them together
hls.attachMedia(www.skits.ng);
const controls = `
% buffered
00:00





