Commit ccdd4d5d by Tianqing Liu

feat: 优化配置

1 parent 86d8ef02
...@@ -63,6 +63,7 @@ export default { ...@@ -63,6 +63,7 @@ export default {
useMSE: true, useMSE: true,
useWCS: false, useWCS: false,
// useSIMD: true, // useSIMD: true,
// useWebFullScreen: true, // ios可能不支持系统级别全屏,可能要使用此配置
timeout: 10, // 在连接成功之前(loading)和播放中途(heart),如果超过设定时长无数据返回,则回调timeout事件 timeout: 10, // 在连接成功之前(loading)和播放中途(heart),如果超过设定时长无数据返回,则回调timeout事件
// 按钮和界面 // 按钮和界面
...@@ -73,15 +74,6 @@ export default { ...@@ -73,15 +74,6 @@ export default {
fullscreenWatermarkConfig: { fullscreenWatermarkConfig: {
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
/* watermarkConfig: {
image: {
src: this.getWatermarkBase64(),
width: 150,
height: 48
},
right: 10,
top: 30
}, */
operateBtns: { operateBtns: {
fullscreen: true, fullscreen: true,
screenshot: false, screenshot: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!