We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You need to add proguard rules for new av1 extension: -keep class com.google.android.exoplayer2.ext.av1.** { *; }
-keep class com.google.android.exoplayer2.ext.av1.** { *; }
Otherwise, an error occurs: Error instantiating AV1 extension Caused by java.lang.NoSuchMethodException [long, class android.os.Handler, interface c.b.a.a.e1.s, int]...
The text was updated successfully, but these errors were encountered:
Could you confirm that it's sufficient to add the following:
-dontnote com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer -keepclassmembers class com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer { <init>(long, android.os.Handler, com.google.android.exoplayer2.video.VideoRendererEventListener, int); }
Sorry, something went wrong.
@ojw28 , Yes Yes. I confirm. Is this the final version of the rules? Maybe we need to test the playback of AV1? I have not seen such files yet.
Retain AV1 constructor for DefaultRenderersFactory
7a4b35b
Issue: #6773 PiperOrigin-RevId: 285990377
0a701ab
ojw28
No branches or pull requests
You need to add proguard rules for new av1 extension:
-keep class com.google.android.exoplayer2.ext.av1.** { *; }
Otherwise, an error occurs:
Error instantiating AV1 extension
Caused by java.lang.NoSuchMethodException
[long, class android.os.Handler, interface c.b.a.a.e1.s, int]...
The text was updated successfully, but these errors were encountered: