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.
- package/dist/stormcloud-vp.min.js +1 -1
- package/lib/index.cjs +1 -3
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/player/AdBreakOrchestrator.d.cts +1 -1
- package/lib/player/AdConfigManager.cjs +1 -3
- package/lib/player/AdConfigManager.cjs.map +1 -1
- package/lib/player/AdConfigManager.d.cts +1 -1
- package/lib/player/AdPreloadPool.d.cts +1 -1
- package/lib/player/AdTimingService.d.cts +1 -1
- package/lib/player/HlsEngine.d.cts +1 -1
- package/lib/player/PlayerControls.d.cts +1 -1
- package/lib/player/Scte35CueManager.d.cts +1 -1
- package/lib/player/Scte35Parser.d.cts +1 -1
- package/lib/player/StormcloudVideoPlayer.cjs +1 -3
- package/lib/player/StormcloudVideoPlayer.cjs.map +1 -1
- package/lib/player/StormcloudVideoPlayer.d.cts +1 -1
- package/lib/player/playerTypes.d.cts +1 -1
- package/lib/players/HlsPlayer.cjs +1 -3
- package/lib/players/HlsPlayer.cjs.map +1 -1
- package/lib/players/HlsPlayer.d.cts +1 -1
- package/lib/players/index.cjs +1 -3
- package/lib/players/index.cjs.map +1 -1
- package/lib/sdk/hlsAdPlayer.d.cts +1 -1
- package/lib/ui/StormcloudVideoPlayer.cjs +1 -3
- package/lib/ui/StormcloudVideoPlayer.cjs.map +1 -1
- package/lib/ui/StormcloudVideoPlayer.d.cts +1 -1
- package/lib/utils/tracking.d.cts +1 -1
- package/lib/utils/vastMacros.cjs +1 -3
- package/lib/utils/vastMacros.cjs.map +1 -1
- package/package.json +1 -1
- package/lib/types-BAP8n5mE.d.cts +0 -126
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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));
|