208 questions
0
votes
0
answers
45
views
VMAP Midroll Playback Issue: Seeking Solution for Smooth Transition
I'm encountering an issue with VMAP while playing ads. Specifically, when the video length is shorter than the midroll start time, the player delays transitioning to the next media. Instead, it waits ...
0
votes
0
answers
86
views
Add Pre Roll Video on Youtube Iframe
i've this type of code made in wordpress + jnews theme:
<div class="jeg_featured_video_wrapper"><div data-src="https://www.youtube.com/watch?v=ID-VIDEO" data-type="...
0
votes
2
answers
67
views
jaxb unmarshalling by declaredType not working when no namespace
I am building a parser for VAST documents, which are XML documents for which there is an official XSD, with a couple of versions : https://github.com/InteractiveAdvertisingBureau/vast/tree/master
I ...
0
votes
0
answers
43
views
Handling data in AdEvent ICON_TAPPED on Android TV
Project use ExoPlayer2 with "extension-ima" library for playing video with VAST ad. So player configured with ImaAdsLoader instance, with provided AdEvent.AdEventListener.
This listener ...
0
votes
0
answers
80
views
I am trying to install this VAST JS Tag in Fluid Player and Node.js but I can't
I am trying to install this VAST JS Tag in Fluid Player and Node.js but I can't, the VAST video ads play underneath the node.js player! the format is different than the regular VAST XML url! and I can'...
0
votes
1
answer
62
views
VASK API LogIn with python script. log in Error
I want to log in into VASK API with a python script but is does not work.
This is my Code, maybe you may help me.
import requests
VAST = 'https://xx.xxx.xxx.xx/api/latest'
username = 'xxxxxx'
...
0
votes
1
answer
56
views
Cannot get attribute on xml with namespace
I am running into trouble with jOOX when trying to get an attribute and with other xpath expressions. This is with a schema that I cannot change.
With vast 3.0 there is no targetNamespace so the xml ...
0
votes
1
answer
427
views
has google ad manager video ads from google?
I have a stream website and I want to show video ads from google on my website . I registered my website on Adsense and then I registered on google ad manger. from inventory menu I added an ad unit ...
-1
votes
1
answer
705
views
videojs vast can't run
I'm trying set up Vasts in Videojs but can't make it work!
My code looks like that.
What i make wrong?
The player works but does not display ads.
<html>
<head>
<meta charset="UTF-...
0
votes
1
answer
487
views
Vast ads implementation
i am using vast to show ads on my videos using plyr. I need a way to implement these vast ads.
ads: { enabled: true, tagUrl: 'https://servedbyadbutler.com/vast.spark?setID=31158&ID=184908&pid=...
0
votes
1
answer
94
views
No showing ads in videos in desktop
This is my html Code: the video is playing but no ads are shown. Please tell me what is wrong with this code. I got this code from videojs website for streaming my videos. I am not experienced in ...
0
votes
1
answer
175
views
VAST version when using <Ad>s from different VAST responses
What VAST@version value should be used when combining s from different VAST responses, with different VAST versions?
Say there are 2 VAST responses:
Response 1 has VAST@version 4.0.
<VAST ... ...
0
votes
0
answers
779
views
AWS EC2 running a server on 8080 but cannot connect from outside
Here is a shot of my inbound rules
I should be able to connect using the domain that is up and running so I can get the index page at http://www.marblecake.net but I can't get my server at http://www....
1
vote
0
answers
86
views
How To Iterate Over Conditionals to Build XML in Golang?
I'm wondering what is the best way to iterate over some conditionals to generate a complete XML response for an adTag.
See vmap xml file here:
https://pubads.g.doubleclick.net/gampad/ads?iu=/...
0
votes
1
answer
2k
views
How can I display pre-roll VAST ads inside HTML5 video player?
So I have a website like YouTube and I want to monetize it. It uses simple HTML5 video player to display dynamic videos. I don't want to integrate any other player because my site is designed for ...