You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem of audio lag at specific device. So I investigated, finally I found position discontinuity behavior is different between final mid ad point and others.
This behavior is always replicated when vast is empty and IMA SDK cannot insert an ad.
Final mid ad point
Position Discontinuity reason is always AUTO_TRANSITION. This cause an audio lag issue in some devices.
Others (except final mid ad point)
Position Discontinuity reason is always SKIP.
So that I think SKIP is correct when IMA SDK failed to insert ad at last mid ad point.