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