Hi,
I am facing Time out error while playing Ad in my player app.
SDK Used: Android Ima SDK
And passing this Url to the ImaAdplayer but I am getting below errors:
D/ImaAdPlayer: onAdError :AdError [errorType: LOAD, errorCode: AdErrorCode [name: VAST_LOAD_TIMEOUT, number: 301], message: Ad request reached a timeout.]
Below is my VMAP xml:
<vmap:AdBreak timeOffset="start" breakType="linear" breakId="preroll">
<vmap:AdSource id="preroll-ad-1" allowMultipleAds="false" followRedirects="true">
<vmap:AdTagURI templateType="vast3">
</vmap:AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="00:00:55" breakType="linear" breakId="midroll-1" repeatAfter="00:02:00">
<vmap:AdSource id="midroll-1-ad-1" allowMultipleAds="false" followRedirects="true">
<vmap:AdTagURI templateType="vast3">
</vmap:AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="end" breakType="linear" breakId="postroll">
<vmap:AdSource id="postroll-ad-1" allowMultipleAds="false" followRedirects="true">
<vmap:AdTagURI templateType="vast3">
</vmap:AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
</vmap:VMAP>
Same error I am getting on every run. Please help me on this issue.
Also When I am passing below Sample VMAP url then it is not causing any issue:
Please give me pointers where I am missing the thing.
BR.
Akhilesh