stormcloud-video-player 0.8.20 → 0.8.21

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.
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker, S as StormcloudVideoPlayerConfig, A as AdController } from '../types-BAP8n5mE.cjs';
1
+ import { S as Scte35Marker, a as StormcloudVideoPlayerConfig, A as AdController } from '../types-DNiBmPKK.cjs';
2
2
  import { AdTimingService } from './AdTimingService.cjs';
3
3
  import { AdPreloadPool } from './AdPreloadPool.cjs';
4
4
  import { AdConfigManager } from './AdConfigManager.cjs';
@@ -665,7 +665,6 @@ var CTV_UNSUPPORTED_PARAMS = [
665
665
  "max_ad_duration",
666
666
  "unviewed_position_start",
667
667
  "impl",
668
- "scor",
669
668
  "vad_type",
670
669
  "gdpr",
671
670
  "gdpr_consent",
@@ -954,6 +953,7 @@ function applyVastMacros(baseUrl, ctx) {
954
953
  var params = url.searchParams;
955
954
  removeBrokenAppNameOrphans(params, ctx.appName);
956
955
  params.set("correlator", ctx.correlator);
956
+ params.set("scor", ctx.streamCorrelator);
957
957
  if (ctx.isCtv) {
958
958
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
959
959
  try {
@@ -975,8 +975,6 @@ function applyVastMacros(baseUrl, ctx) {
975
975
  }
976
976
  }
977
977
  }
978
- } else {
979
- params.set("scor", ctx.streamCorrelator);
980
978
  }
981
979
  if (ctx.pod != null) {
982
980
  params.set("pod", String(ctx.pod));