@vindral/web-sdk 4.3.3-16-g7e48bafd → 4.3.3-18-g916867b3a
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/{M1wI3HjI.js → 0GUg8EXP.js} +4 -4
- package/{BUCZQhtm.js → BPLH3mzT.js} +1 -1
- package/core.js +1 -1
- package/legacy.es.js +4 -4
- package/legacy.umd.js +2 -2
- package/package.json +1 -1
- package/player.js +2 -2
- package/vindral-player-component.js +2 -2
|
@@ -7670,9 +7670,9 @@ function bg(e, n) {
|
|
|
7670
7670
|
drmTransition: a !== void 0 && a !== ne
|
|
7671
7671
|
};
|
|
7672
7672
|
t = s, i = c, a = ne;
|
|
7673
|
-
let h = p.producerReferenceTime(), ee = x(cg, r).get(n.track.namespace)
|
|
7674
|
-
if (h &&
|
|
7675
|
-
x(cg, r).set(n.track.namespace,
|
|
7673
|
+
let h = p.producerReferenceTime(), ee = x(cg, r).get(n.track.namespace), te = performance.now();
|
|
7674
|
+
if (h && (ee === void 0 || te - ee > 1e3)) {
|
|
7675
|
+
x(cg, r).set(n.track.namespace, te);
|
|
7676
7676
|
let t = e.wallclock() - h.getTime();
|
|
7677
7677
|
x(eg, r).debug("timing-info", {
|
|
7678
7678
|
mediaType: p.mediaType(),
|
|
@@ -11124,7 +11124,7 @@ var Uv = class {
|
|
|
11124
11124
|
let e = this.modules.canvasModule instanceof J_ ? !0 : void 0;
|
|
11125
11125
|
return w({
|
|
11126
11126
|
uptime: this.uptime,
|
|
11127
|
-
version: "4.3.3-
|
|
11127
|
+
version: "4.3.3-18-g916867b3a",
|
|
11128
11128
|
clientId: this.clientId,
|
|
11129
11129
|
sessionId: this.sessionId,
|
|
11130
11130
|
channelId: this.channelId,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, t } from "./BsfwXDui.js";
|
|
2
|
-
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as ee, l, m as te, n as u, o as ne, p as re, r as ie, s as ae, t as oe, u as se, v as ce, y as le } from "./
|
|
2
|
+
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as ee, l, m as te, n as u, o as ne, p as re, r as ie, s as ae, t as oe, u as se, v as ce, y as le } from "./0GUg8EXP.js";
|
|
3
3
|
import { M as ue } from "./C01DcfYu.js";
|
|
4
4
|
import { a as d, i as f, n as p, r as m, t as h } from "./B7hT-BKr.js";
|
|
5
5
|
import { c as de, n as fe, t as pe } from "./DeYmk5AL.js";
|
package/core.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as e } from "./
|
|
1
|
+
import { t as e } from "./0GUg8EXP.js";
|
|
2
2
|
import { a as t, c as n, i as r, l as i, n as a, o, r as s, s as c, u as l } from "./C01DcfYu.js";
|
|
3
3
|
export { a as AUTHENTICATION_EXPIRED_CODE, s as AUTHENTICATION_FAILED_CODE, r as CHANNEL_NOT_FOUND_CODE, t as CONNECTION_FAILED_AFTER_RETRIES_CODE, o as CONNECTION_FAILED_CODE, c as DISCONNECTED_BY_EDGE, n as INACTIVITY_CODE, i as NO_INCOMING_DATA, e as Vindral, l as VindralError };
|
package/legacy.es.js
CHANGED
|
@@ -8578,9 +8578,9 @@ function Iv(e, t) {
|
|
|
8578
8578
|
drmTransition: a !== void 0 && a !== v
|
|
8579
8579
|
};
|
|
8580
8580
|
r = s, i = c, a = v;
|
|
8581
|
-
let h = p.producerReferenceTime(), g = A(wv, n).get(t.track.namespace)
|
|
8582
|
-
if (h &&
|
|
8583
|
-
A(wv, n).set(t.track.namespace,
|
|
8581
|
+
let h = p.producerReferenceTime(), g = A(wv, n).get(t.track.namespace), _ = performance.now();
|
|
8582
|
+
if (h && (g === void 0 || _ - g > 1e3)) {
|
|
8583
|
+
A(wv, n).set(t.track.namespace, _);
|
|
8584
8584
|
let r = e.wallclock() - h.getTime();
|
|
8585
8585
|
A(gv, n).debug("timing-info", {
|
|
8586
8586
|
mediaType: p.mediaType(),
|
|
@@ -12621,7 +12621,7 @@ var Zx = 1e4, Qx = /* @__PURE__ */ new WeakMap(), $x = /* @__PURE__ */ new WeakM
|
|
|
12621
12621
|
let e = this.modules.canvasModule instanceof Rb ? !0 : void 0;
|
|
12622
12622
|
return R({
|
|
12623
12623
|
uptime: this.uptime,
|
|
12624
|
-
version: "4.3.3-
|
|
12624
|
+
version: "4.3.3-18-g916867b3a",
|
|
12625
12625
|
clientId: this.clientId,
|
|
12626
12626
|
sessionId: this.sessionId,
|
|
12627
12627
|
channelId: this.channelId,
|