播放器

This commit is contained in:
@fawn-nine
2024-08-12 16:53:44 +08:00
parent 6c64c27a5a
commit 80bef54e47
4 changed files with 23 additions and 17 deletions

View File

@@ -127,12 +127,12 @@
this.isChange = false;
},
async changeVideo(data) {
console.log('changeVideo',);
console.log('changeVideo+++++++++',data);
this.currentTime = "";
this.firstTime = 0;
this.isSetFirstTime = false;
this.isChange = false;
this.getLive(true, this.currentVideo)
this.getLive(true, data)
// await this.init(data, true);
},
screenChange(data) {
@@ -663,7 +663,7 @@
source: this.videoData.m3u8Url,
// "playConfig": {"EncryptType": "HLSEncryption"}
}
console.log('这是标准加密的视频');
console.log('这是标准加密的视频',this.videoData.id,this.videoData.m3u8Url);
}
} else {