Hi Team,
I have been testing the latest version of the IMA3 HTML5 SDK and support of autoplay, playsinline and muted. I have found a test case that does not work as expected.
When using playsinline autoplay WITHOUT muted, on iOS 10, I am seeing the following behavior:
1) Page loads
2) Ad request is made and first frame of ad appears to load
3) Ad times out with adPlayerError 402, VAST media file loading reached a timeout of 15 seconds.
I would expect it would work similar to playsinline without muted on iOS 10 where the user has to tap the play button to begin the ad request and playback, or at the very least the ad request is made and ad playback does not immediately begin.
I suspect the issue is because iOS tries to load the ad media, sees that it has audio, does not have the muted attribute, and pauses the ad.
Here is my test page based on one I copied from Chris Feldman with the only change being that I removed the muted attribute:
For reference here is the page I copied:
Please let me know if you need anything else to troubleshoot this issue.
Thank you.
Mike Arguin