This commit is contained in:
2024-07-23 13:03:34 +08:00
parent 52eeb475f0
commit ec5bb023d7

View File

@@ -783,8 +783,7 @@ export default {
width: '100%', //容器的大小
height: '100%', //容器的大小
"qualitySort": "asc",
"format": "m3u8",
"mediaType": "video",
"cover": "",
"autoplay": true,
"isLive": false,
@@ -910,6 +909,7 @@ export default {
} else {
playerOptions = {
...playerOptions,
vid:this.videoData.videoId,
"playauth": this.videoData.playAuth, // 必选参数参数值可通过调用GetVideoPlayAuth接口获取。
"encryptType": 1, // 必选参数当播放私有加密流时需要设置本参数值为1。其它情况无需设置。