Hello,
here is what is happening in the following situation :
- video of 10 minutes
- VMAP response with 3 adBreak scheduled at 2 min, 4 min, 6 min
- setAutoPlayAdBreaks(false)
i seek directly to 5 min. the adBreak scheduled at 4 min trigger AD_BREAK_READY
my problem is that i dont want to play this adBreak. In my use case if user seek directly after an adBreak i dont play the adBreak. But if later he seek back to before the adBreak and play the content, then i want to play it.
Currently it does not seem possible to achieve that ?
I tried to use updateAdsRenderingSettings to update the playAdsAfterTime to video duration to force adBreak not to trigger anything. But it does not seems to work. it seems updateAdsRenderingSettings only update bitrate :(
also this seems a bit of a hacky solution to my use case
thanks for any input