Error: Hls is not supported.

const dp199743 = new DPlayer({
container: document.getElementById(“wideo199743”),
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/1695054084932120576/ccb88558647747979ecb48e236799a30.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);–>