@evercam/ui 0.0.63-preview-fix-streaming-token-e9f8fb687 → 0.0.63-preview-fix-streaming-token-4fcb58668
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/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9663,7 +9663,7 @@ const Zi = X0.exports, ir = new Intl.NumberFormat(void 0, {
|
|
|
9663
9663
|
}
|
|
9664
9664
|
},
|
|
9665
9665
|
mounted() {
|
|
9666
|
-
|
|
9666
|
+
this.isHls && this.initHls(), this.bindEvents(), this.initializePlayer(), this.initializeFullscreenListeners();
|
|
9667
9667
|
},
|
|
9668
9668
|
beforeDestroy() {
|
|
9669
9669
|
this.unbindEvents(), this.destroyPlayer(), this.removeFullscreenListeners();
|
|
@@ -9672,7 +9672,7 @@ const Zi = X0.exports, ir = new Intl.NumberFormat(void 0, {
|
|
|
9672
9672
|
initHls(t = "") {
|
|
9673
9673
|
var n, i, o, a, u;
|
|
9674
9674
|
const e = this.$refs.player, r = this.sources[0];
|
|
9675
|
-
|
|
9675
|
+
(n = this.player) != null && n.stopLoad && this.player.stopLoad(), lt.isSupported() && (this.isLoading = !0, this.player = new lt({
|
|
9676
9676
|
startPosition: 0,
|
|
9677
9677
|
xhrSetup: (s) => {
|
|
9678
9678
|
this.streamingToken && s.setRequestHeader(
|
|
@@ -9955,7 +9955,7 @@ var K0 = function() {
|
|
|
9955
9955
|
J0,
|
|
9956
9956
|
!1,
|
|
9957
9957
|
null,
|
|
9958
|
-
"
|
|
9958
|
+
"728be946",
|
|
9959
9959
|
null,
|
|
9960
9960
|
null
|
|
9961
9961
|
);
|