Ads
This example shows you how to set Ads in OvenPlayer.
let player = OvenPlayer.create("player", {
adTagUrl : "https://pubads.g.doubleclick.net/gampad/ads?...",
sources : [
type : "mp4",
file : "https://path.to/your_video",
label : "360P"
]
});Last updated
Was this helpful?