Error: Hls is not supported.

const dp273802 = new DPlayer({
container: document.getElementById(“wideo273802”),
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/1701870720772485120/0163d5f6006541f8b0cc2c2c8d7bb36e.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);–>