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.
@@ -1150,7 +1150,7 @@ function createHlsAdPlayer(contentVideo, options) {
1150
1150
  adHls.destroy();
1151
1151
  }
1152
1152
  adHls = new import_hls.default({
1153
- enableWorker: typeof globalThis !== "undefined",
1153
+ enableWorker: true,
1154
1154
  lowLatencyMode: false
1155
1155
  });
1156
1156
  adHls.loadSource(mediaFile.url);
@@ -6256,7 +6256,7 @@ var HlsEngine = /*#__PURE__*/ function() {
6256
6256
  value: function setupHls() {
6257
6257
  var _this = this;
6258
6258
  this.hls = new import_hls2.default(_object_spread_props(_object_spread({
6259
- enableWorker: typeof globalThis !== "undefined",
6259
+ enableWorker: true,
6260
6260
  backBufferLength: 30,
6261
6261
  liveDurationInfinity: true,
6262
6262
  lowLatencyMode: !!this.config.lowLatencyMode,