fix: change html lang to zh

This commit is contained in:
langhuihui
2024-03-13 13:38:41 +08:00
parent 5f8109cb82
commit 3228fb0040

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
@@ -408,6 +408,7 @@
text: "",
loadingText: "加载中",
debug: true,
isEmitSEI: true,
debugLevel: "debug",
useMSE: $useMSE.checked === true,
useSIMD: $useSIMD.checked === true,
@@ -444,7 +445,9 @@
jessibuca.on('timeUpdate', (value) => {
// console.log('timeUpdate', value);
});
jessibuca.on('videoSEI', (value) => {
console.warn(`videoSEI ts is ${value.ts}, data is ${value.data}`);
})
jessibuca.on('stats', (stats) => {
// console.log('stats', stats);
$fps.textContent = `FPS: ${stats.fps} DFPS: ${stats.dfps}`;