kucservice 1.3.1 → 1.3.3
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/decoder/index.mjs +5 -0
- package/dist/kucservice.common.js +2 -0
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +2 -0
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/decoder/index.mjs
CHANGED
|
@@ -25598,6 +25598,7 @@
|
|
|
25598
25598
|
a.on(P[d], (p) => {
|
|
25599
25599
|
a.debug.warn("player event error", P[d], p);
|
|
25600
25600
|
// 报错处理
|
|
25601
|
+
console.log(i.callBack)
|
|
25601
25602
|
i.callBack && i.callBack({ type: P[d], dom: t })
|
|
25602
25603
|
});
|
|
25603
25604
|
});
|
|
@@ -26917,6 +26918,8 @@
|
|
|
26917
26918
|
const d = hn[s.aiObjectDetectLevel];
|
|
26918
26919
|
d && (s.aiObjectDetectWidth = d);
|
|
26919
26920
|
}
|
|
26921
|
+
console.log('======s====')
|
|
26922
|
+
console.log(s)
|
|
26920
26923
|
Se(s.isCrypto) && (s.isM7sCrypto = !0), this._opt = s, this._destroyed = !1, this.$container = r, this._tempPlayBgObj = {}, this._loadingTimeoutReplayTimes = 0, this._heartTimeoutReplayTimes = 0, this.events = new bn(this), this.watermark = new qy(this), this.memoryLogger = new AA(this), this._initPlayer(r, s), this._initWatermark(), this.debug.log("JbPro", 'init success and version is "11-28-2023"'), console.log('JbPro Version is "11-28-2023"');
|
|
26921
26924
|
}
|
|
26922
26925
|
destroy() {
|
|
@@ -28411,6 +28414,8 @@ class SA {
|
|
|
28411
28414
|
top: 10
|
|
28412
28415
|
}
|
|
28413
28416
|
});
|
|
28417
|
+
console.log('======Ne.callBack======')
|
|
28418
|
+
console.log(Ne.callBack)
|
|
28414
28419
|
Ie.on("fullscreen", function(Pe) {
|
|
28415
28420
|
console.log("fullscreen"), Ne.callBack && Ne.callBack.call(null, { type: "fullscreen", msg: Pe });
|
|
28416
28421
|
}), this.play265Obj[De] = Ie, this.pullRtsp(this.serverUrl, { rtsp: we, videoId: De }, at);
|
|
@@ -10116,6 +10116,8 @@ var common_request_getH265PlayerObj = function getH265PlayerObj(rtcServe, docePr
|
|
|
10116
10116
|
videoConfigdefault = Object.assign(videoConfigdefault, videoConfig);
|
|
10117
10117
|
}
|
|
10118
10118
|
|
|
10119
|
+
console.log('===callback====');
|
|
10120
|
+
console.log(callBack);
|
|
10119
10121
|
var h265Play = new h265({
|
|
10120
10122
|
callBack: callBack || function () {},
|
|
10121
10123
|
rtcServe: rtcServe,
|
|
Binary file
|