From 26fc53bb4dd93a8fe4af3bfa81ee6ad45e58fed9 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 7 Oct 2021 20:36:48 +0300 Subject: [PATCH] point towards test server --- .../videoViewer/internal/plugins/videojs-aniview/plugin.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/component/viewers/videoViewer/internal/plugins/videojs-aniview/plugin.js b/ui/component/viewers/videoViewer/internal/plugins/videojs-aniview/plugin.js index df3dc6a01..ffe30a867 100644 --- a/ui/component/viewers/videoViewer/internal/plugins/videojs-aniview/plugin.js +++ b/ui/component/viewers/videoViewer/internal/plugins/videojs-aniview/plugin.js @@ -28,11 +28,14 @@ const VERSION = '0.0.1'; // TEST PRE-ROLL WITH THIS TAG: // const macroUrl = 'https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/ad_rule_samples&ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&output=vmap&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ar%3Dpreonly&cmsid=496&vid=short_onecue&correlator='; +// live channel +// b354389c7adb506d0bd9a4 + // Modified to work with IMA const macroUrl = `https://vast.aniview.com/api/adserver61/vast/` + `?AV_PUBLISHERID=60afcbc58cfdb065440d2426` + - `&AV_CHANNELID=60b354389c7adb506d0bd9a4` + + `&AV_CHANNELID=612fb75a42715a07645a614c` + `&AV_URL=[URL]` + `&cb=[CACHEBUSTING]` + `&AV_WIDTH=[WIDTH]` +