Error: Hls is not supported.

const dp723189 = new DPlayer({
container: document.getElementById(“wideo723189”),
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/1695055284352069632/4c7e4e1eb730427890978aa0f9aa931e.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);–>