-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set mimetype using Exoplayer IMA extension #7961
Comments
Would it meet your needs if there were a setter for that MIME types to include for
Yes.
Not all getters/setters make sense though as the IMA extension places extra restrictions (
I think so. I'll mark this as an enhancement. If you reply with an answer to my question above we should be able to address it soon. |
Hey @krackjack234. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Issue: #7961 PiperOrigin-RevId: 337069152
Issue: #7961 PiperOrigin-RevId: 337069152
[REQUIRED] Searched documentation and issues
[REQUIRED] How can we set the mimetype using exoplayer IMA extension
If we use the IMA Sdk directly, we can set the mime type using the below api:
However if we use IMA extension we are not able to use this feature.
We see the below code in exoplayer IMA extension to set mime types
Using the above method we cannot set a specific mime type like only video/mp4.
Also is the content type mentioned here refers to type of ad creative?
Ideally it will be better to expose all the getters and setters of IMA library so that user of ima extension can get the full benefit of ima library.
Is this a feature missing in ima extension now?
The text was updated successfully, but these errors were encountered: