stream-engine-player 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = [
|
@@ -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
|
});
|