页面修改

This commit is contained in:
lxj
2025-08-12 15:47:15 +08:00
parent 0d8bae5406
commit 8cf6df683d
5 changed files with 158 additions and 26 deletions

View File

@@ -178,7 +178,7 @@ function doPlayer(nodeData: any, index: number = 0) {
console.log('index=', index);
if (mpegts.isSupported()) {
streamProxy(nodeData, (res: AddStreamProxyResult) => {
const url = res.wsFlv;
const url = res.flv;
// 将url 绑定到 nodeData
nodeData.url = url;
closePlayer(index);