
Preroll with overlay ad
Is it possible to do a preroll with overlay? I've been trying to set this up but not having success.
Is it possible to do a preroll with overlay? I've been trying to set this up but not having success.
Can you share what you've tried?
James
Hi,
You may have success scheduling a pre-roll overlay as follows:
jwplayer(“player”).setup({
file: ‘test.mp4’,
width:‘100%’,
advertising: {
client: “vast”,
schedule: {
break1: {
offset: 0,
type: ‘nonlinear’,
tag: “ADTAG.xml”
}
}
}
});
Best Regards,
Cooper