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