You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
Hi there,
Which IMA SDK platform (Android, iOS, or HTML5) are you targeting?
M3U8 resources will not play on HTML5 by nature. You can force-load your m3u8 stream for ads by passing the application/x-mpegURL mimeType to adsRenderingSettings.mimeTypes (iOS) or adsRenderingSettings.setMimeTypes (Android). The ad video player needs to be compatible with HLS in order for this to work. AVPlayer from our iOS sample is HLS-compatible if you want to quickly test it out.
Vu Chau
IMA SDK Team
陳泰安
unread,
Nov 8, 2016, 8:29:59 PM11/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
Hi Vu,
Thanks for reply.
Our target is Android and where I insert this method in basic sample?
Another question I want to ask is basic sample used native player or third party player?
Vu Chau (IMA SDK Team)
unread,
Nov 9, 2016, 10:04:52 AM11/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
Hello,
Wherever you define and instantiate your adsRenderingSettings instance, you will set your mimeType preference there using adsRenderingSettings.setMimeTypes.
The video player our samples use is MediaPlayer, so it will not play HLS ad sources out of the box. You would need another player, such as ExoPlayer.
Vu Chau
IMA SDK Team
陳泰安
unread,
Nov 9, 2016, 8:44:31 PM11/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message