视频加载失败

const dp648818 = new DPlayer({
container: document.getElementById(“wideo648818”),
autoplay: false,
theme: “#b7daff”,
loop: false,
lang: “zh-cn”,
screenshot: false,
hotkey: true,
preload: “auto”,
logo: “”,
volume: 0.7,
mutex: true,
video: {
url: “https://sf06.wuvipc.cn/video/2023-09-13/16/1701870443742900224/f2b712c51a2e48918df2ce597eece005.m3u8”,
type: “auto”
},
contextmenu: [
{
text: “熊猫领地”,
link: “https://www.wibir.cn/”
}
],
$(function(){
var width=$(“.wideo”).width();
var height=width*9/16;
$(“.wideo”).resize(function(){
$(“.wideo”).css(“height”,height);–>