
Can I add 'Video ads' to the video file, which is stored in jw server?
Dear,
var playerInstance = jwplayer('myElement');
playerInstance.setup({
file: 'assets/myVideo.mp4',
primary: 'flash',
advertising: {
client: 'googima',
tag: 'http://ad.doubleclick.net/pfadx/ABCDEFGH'
}
});
This is the code to add 'video ads' within jwplayer. According this(file: 'assets/myVideo.mp4'). I need to store videos, in my server.
But I have stored all videos in jw server.
<script type="text/javascript" src="http://content.jwplatform.com/players/6NtJHj8r-y5WxZNY2.js"></script>
I use this code to show video in my website.
Then, how can I add 'video ads'?
Or I must have to store videos in my server to show 'video ads'?
Thanks