flx:暂存视频问题
This commit is contained in:
parent
4930f21ad4
commit
f67a22a9bf
@ -208,7 +208,7 @@ if (process.env.NODE_ENV == "development") {
|
|||||||
// axios.defaults.baseURL = "http://139.9.66.234:20628";
|
// axios.defaults.baseURL = "http://139.9.66.234:20628";
|
||||||
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500";
|
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500";
|
||||||
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000"; // 潮州
|
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000"; // 潮州
|
||||||
|
axios.defaults.baseURL = "http://gszhdz.crpower.com.cn:9809/"; // 潮州
|
||||||
} else if (process.env.NODE_ENV == "debug") {
|
} else if (process.env.NODE_ENV == "debug") {
|
||||||
axios.defaults.baseURL = "https://www.ceshi.com";
|
axios.defaults.baseURL = "https://www.ceshi.com";
|
||||||
} else if (process.env.NODE_ENV == "production") {
|
} else if (process.env.NODE_ENV == "production") {
|
||||||
|
|||||||
@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
|
|||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
||||||
|
bEmbed: false,
|
||||||
cbSetDocTitle: function (uuid) {
|
cbSetDocTitle: function (uuid) {
|
||||||
oWebControl._pendBg = false;
|
oWebControl._pendBg = false;
|
||||||
window.parent.postMessage({
|
window.parent.postMessage({
|
||||||
|
|||||||
@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
|
|||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
||||||
|
bEmbed: false,
|
||||||
cbSetDocTitle: function (uuid) {
|
cbSetDocTitle: function (uuid) {
|
||||||
oWebControl._pendBg = false;
|
oWebControl._pendBg = false;
|
||||||
window.parent.postMessage({
|
window.parent.postMessage({
|
||||||
|
|||||||
@ -166,7 +166,7 @@ export default {
|
|||||||
// 设置消息回调
|
// 设置消息回调
|
||||||
cbIntegrationCallBack: this.cbIntegrationCallBack() // 封装的推送消息方法
|
cbIntegrationCallBack: this.cbIntegrationCallBack() // 封装的推送消息方法
|
||||||
});
|
});
|
||||||
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height).then(() => {
|
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height, { bEmbed: false }).then(() => {
|
||||||
//JS_CreateWnd创建视频播放窗口,宽高可设定
|
//JS_CreateWnd创建视频播放窗口,宽高可设定
|
||||||
this.init(); // 创建播放实例成功后初始化
|
this.init(); // 创建播放实例成功后初始化
|
||||||
});
|
});
|
||||||
|
|||||||
@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
|
|||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
oWebControl.JS_CreateWnd("playWnd", width, height, {
|
||||||
|
bEmbed: false,
|
||||||
cbSetDocTitle: function (uuid) {
|
cbSetDocTitle: function (uuid) {
|
||||||
oWebControl._pendBg = false;
|
oWebControl._pendBg = false;
|
||||||
window.parent.postMessage({
|
window.parent.postMessage({
|
||||||
|
|||||||
@ -143,7 +143,7 @@ export default {
|
|||||||
// 设置消息回调
|
// 设置消息回调
|
||||||
cbIntegrationCallBack: this.cbIntegrationCallBack() // 封装的推送消息方法
|
cbIntegrationCallBack: this.cbIntegrationCallBack() // 封装的推送消息方法
|
||||||
});
|
});
|
||||||
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height).then(() => {
|
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height, { bEmbed: false }).then(() => {
|
||||||
//JS_CreateWnd创建视频播放窗口,宽高可设定
|
//JS_CreateWnd创建视频播放窗口,宽高可设定
|
||||||
this.init(); // 创建播放实例成功后初始化
|
this.init(); // 创建播放实例成功后初始化
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user