视频加载失败

const dp356010 = new DPlayer({
container: document.getElementById(“wideo356010”),
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-08-25/20/1695053904233115648/6bac26454adb426886086f774ed9c50b.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);–>