By default TOP will automatically enable DAI when the proper experience is configured (see examples).
var player = TOP.createAndInitPlayer({
config : {
ads : {
serverBaseUrl : "//demo.v.fwmrm.net/ad/g/1",
networkId : 96749,
assetId : "DemoVideoGroup.01",
section : "DemoSiteGroup.01",
profile : "global-js"
}
}
});EXT-X-CUE-OUT in the streamisLive set to true player.play({
url : 'stream.m3u8',
isLive : true // Must be set
});