-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IMA extension: Support playback of HLS ads #3302
Comments
It should work. What goes wrong when you try to insert ads with an |
Yes, I am able to play HLS content (using HlsMediaSource). But HLS advertisements are not playing for me (mp4 advertisement plays). |
We assume the ad media URIs provided by the IMA SDK are all playable with Please could you provide the ad tag you're trying to play here, or email it to dev.exoplayer@gmail.com, then we can take a look? It's probably fairly straightforward to make this work if IMA supports it. Thanks. |
Below is the ad tag I am trying to play.
|
So Exoplayer IMA extension v2.5.3 doesn't have support for playback of HLS ads right now? Is it possible to me to set AdsRenderingSettings mimetype as mentioned here in this post and add HLS ads support to IMA extension? When can I expect HLS ads support? Please advise. |
Correct. We don't support this right now. To implement it, we need to create the right type of media source in |
Hi @andrewlewis, sorry to be a pest but any updates on HLS ad support? |
@rjlevesque No updates yet I'm afraid. |
Issue: #3302 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178615074
Issue: #3302 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178615074
@ojw28 / @andrewlewis could you please let me know release version of exoplayer which includes this feature? |
Please try it out on the release candidate branch |
I am using exoplayer version 2.5.3
I followed exactly same steps in https://medium.com/google-exoplayer/playing-ads-with-exoplayer-and-ima-868dfd767ea blog and was able to play mp4 ads. But I am unable to play HLS ads using exoplayer ima extension 2.5.3.
Please advise me whether this ima extension (2.5.3) has HLS ad support or not. If yes, what am I doing wrong? If no, please advise any alternative way for achieving it.
Thanks.
The text was updated successfully, but these errors were encountered: