ucservice 1.2.6 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ucservice.common.js +2 -2
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +2 -2
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/scooper.video.js +2 -2
package/dist/ucservice.umd.js
CHANGED
|
@@ -14244,8 +14244,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
14244
14244
|
me._opts.janus = new Janus({
|
|
14245
14245
|
// server: janusUrl.indexOf("127.0.0.1") == -1 ? janusUrl : janusUrl.split("//")[0] + "//" + (location.hostname)+":"+janusUrl.split(":")[2],
|
|
14246
14246
|
//使用项目必须定义window.janusHttpsHost来适应https
|
|
14247
|
-
|
|
14248
|
-
server: 'ws://112.124.244.179:
|
|
14247
|
+
server: location.protocol == "https:" ? janusUrl.split("//")[0] + "//" + "szh.rfb.zj.gov.cn/tytxstream" + "/janus/" : janusUrl,
|
|
14248
|
+
// server: 'ws://112.124.244.179:8188/janus/',
|
|
14249
14249
|
success: function () {
|
|
14250
14250
|
console.log("Janus服务连接成功!");
|
|
14251
14251
|
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|