
Ads on Live play
Hi,
I need to play an ad before the live streaming show and then need to continue the show from where it should play.
I am using SpotX ad service and added the advertisement code like this.
jwp = jwp.setup({
file: Url,
skin: '/js/jwplayer/skin/seven.css',
width: '100%',
aspectratio: '16:9',
autostart: true,
advertising: { client: 'vast', tag: 'http://search.spotxchange.com/vast/2.00/79391?VPAID=0&content_page_url=' + loc + '&cb=' + randVal + '&player_width=100%&player_height=auto' }
});
Now the ad is playing before the show. But after the ad, it is playing the shop from the beginning. That mean the video clip from the 0.00 time. Not from the remaining time. But if we remove the above ad code line, then the show is resuming from the time it should play without any issue.
Please, can you advise how to fix this?
Thank You!