stormcloud-video-player 0.8.37 → 0.8.38

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.
@@ -1186,7 +1186,7 @@ function createHlsAdPlayer(contentVideo, options) {
1186
1186
  adHls.destroy();
1187
1187
  }
1188
1188
  adHls = new import_hls.default({
1189
- enableWorker: typeof globalThis !== "undefined",
1189
+ enableWorker: true,
1190
1190
  lowLatencyMode: false
1191
1191
  });
1192
1192
  adHls.loadSource(mediaFile.url);
@@ -6292,7 +6292,7 @@ var HlsEngine = /*#__PURE__*/ function() {
6292
6292
  value: function setupHls() {
6293
6293
  var _this = this;
6294
6294
  this.hls = new import_hls2.default(_object_spread_props(_object_spread({
6295
- enableWorker: typeof globalThis !== "undefined",
6295
+ enableWorker: true,
6296
6296
  backBufferLength: 30,
6297
6297
  liveDurationInfinity: true,
6298
6298
  lowLatencyMode: !!this.config.lowLatencyMode,