--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+unsubscribe@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
--
Your implementation of IMA SDK is working as intented, the media files are successfully preloaded. The reason why you see two file.mp4 is because when streaming media files, not the whole file is returned at once. As you can see in the screenshot I shared with you, the HTTP request code is 206 meaning the first chunk of the ad is successfully requested, ready to be played. We have 2 chunks of the ad successfully requested by the SDK and weighting respectively 16.4 and 572 kb. Having said that, the SDK doesn't request the same file twice but requests the same file in multiple chunks to be play one after the other. For more information on the http request code, take a look at the Mozilla Documentation.
Regards,
Arnaud Casame
IMA SDK Team