stream-engine-player 0.0.14 → 0.0.16
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.
@@ -43276,7 +43276,7 @@
|
|
43276
43276
|
default: videojs$1
|
43277
43277
|
}, Symbol.toStringTag, { value: "Module" }));
|
43278
43278
|
const name$1 = "stream-engine-player";
|
43279
|
-
const version$2 = "0.0.
|
43279
|
+
const version$2 = "0.0.16";
|
43280
43280
|
const description = "Stream engine player";
|
43281
43281
|
const type$1 = "module";
|
43282
43282
|
const files$1 = [
|
@@ -58973,7 +58973,7 @@
|
|
58973
58973
|
"ad impression": false,
|
58974
58974
|
"ad skipped": true,
|
58975
58975
|
"ad completed": true,
|
58976
|
-
"chunk":
|
58976
|
+
"chunk": false
|
58977
58977
|
};
|
58978
58978
|
const tracker2 = function Tracker(player, metadata) {
|
58979
58979
|
this.player = player;
|
@@ -66170,6 +66170,12 @@
|
|
66170
66170
|
}
|
66171
66171
|
}, 1500);
|
66172
66172
|
});
|
66173
|
+
player.one("canplay", function() {
|
66174
|
+
try {
|
66175
|
+
player.liveTracker.seekToLiveEdge();
|
66176
|
+
} catch (err) {
|
66177
|
+
}
|
66178
|
+
});
|
66173
66179
|
player.on("canplay", function() {
|
66174
66180
|
element.removeClass("vjs-waiting");
|
66175
66181
|
});
|