未使用Interactive Media Ads SDK投放的Midroll广告

我正在使用ExoPlayer的IMA扩展的自定义实现,以Vast标记未指定为mentioned here的自定义间隔显示广告。我使用的标签是here。我所做的是,我已将adsManager的提示点替换为自定义提示点。

if (this.adCuePoints != null)
  adPlaybackState = new AdPlaybackState(getadGroupTimesUs(this.adCuePoints));
else
  adPlaybackState = new AdPlaybackState(getadGroupTimesUs(adsManager.getadCuePoints()));

广告会在片头广告中展示,但在插播广告中调用广告时,则不会显示任何广告,只会显示加载程序。 AdEventListenerAdErrorListener也没有登录。我该如何解决?

liangpenghui 回答:未使用Interactive Media Ads SDK投放的Midroll广告

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3118352.html

大家都在问