stormcloud-video-player 0.7.25 → 0.7.26

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.
@@ -790,7 +790,7 @@ function createAdStormPlayer(contentVideo, options) {
790
790
  adVideoElement.load();
791
791
  }
792
792
  function buildVastUrl(durationSeconds) {
793
- var baseUrl = "https://adstorm.co/api/adstorm/nab/vast/pod";
793
+ var baseUrl = "https://adstorm.co/api-adstorm-dev/adstorm/nab/vast/pod";
794
794
  var params = new URLSearchParams();
795
795
  if (channelId != null) {
796
796
  params.set("channel_id", String(channelId));