Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Vast XML parsing bug? - Prerolls/Postrolls

$
0
0

Hello

We are using the Kaltura API via cdnapisec.kaltura… and setting flashvars as follows:

vast: {
postrollUrl: “https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/149141352/de-watson.ch/video-ads/kaltura-player-post-roll&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&ad_rule=0&vpos=postroll&ppos=1&vad_type=linear” + getDfpUrl(options),
numPostroll: 1,
postSequence: 1,
timeout: 4,
storeSession: false,
enableCORS: true,
loadAdsOnPlay: true,
skipOffset: 7,
unescapeAdUrls: false,
LeadHLSOnAndroid: true,
LeadWithHLSOnFlash: false
},

In the Vast XML file provided by DoubleClick there are redirect urls to the ads video file in different formats like this:
https://redirector.gvt1.com/videoplayback/id/00c2369a288f3089/itag/37/source/gfp_video_ads/requiressl/yes/acao/yes/mime/video%2Fmp4/ip/0.0.0.0/ipbits/0/expire/1522851218/sparams/ip,ipbits,expire,id,itag,source,requiressl,acao,mime/signature/527A98D6160791EC781D0A88FFD5A3DCC250359D.2D8995F609A94B13C45ED2D176E52C0952F284E1/key/ck2/file/file.mp4

The url works fine as it is provided and I can see the ad. But I guess somehow the API does a decode of %2F that can be found once in the url and the Kaltura Player therefore can not find the video file.

Is there a way to not let the redirect url to be decoded?


Viewing all articles
Browse latest Browse all 7410

Trending Articles