“https://t25.cdn2020.com/video/m3u8/2024/11/17/b1300873/index.m3u8”;
var myVideo = initVideo({
id: ‘video’,
url: ‘https://t25.cdn2020.com/video/m3u8/2024/11/17/b1300873/index.m3u8’,
callback:function(self){
self.on(‘canplay’, function () {
var dom = $(‘#video .vjs-tech’)[0],
rate = dom.clientHeight/dom.clientWidth*100+’%’;
$(‘.video_wapper’).removeClass(“nature”);
$(‘.video_wapper .sustain’).css({‘padding-top’:rate});
})
}
});