Skip to content

setting builder.mediaLoadTimeOutInMs = 1000 ms not working. exo version 2.9.1 #7170

@nitinjain12

Description

@nitinjain12

we are using exo ima extension v2.9.1. we want mediaLoadTimeOutInMs = 1000 ms of preroll.
but Ad wait for 8 sec to throw the media timeout error. It increase the latency of the content startup.

          ImaAdsLoader.Builder builder = new ImaAdsLoader.Builder(context);

            if (vastTimeOutInMs != AdData.NOT_SET) {
                builder.setVastLoadTimeoutMs(vastTimeOutInMs);
            }
            if (mediaLoadTimeOutInMs != AdData.NOT_SET) {
                builder.setMediaLoadTimeoutMs(mediaLoadTimeOutInMs);
            }
             builder.setAdEventListener(this);
            adsLoader = builder.buildForAdTag(adTagUri);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions