-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Replace ExoPlayer with androidx.media3 #2826
Replace ExoPlayer with androidx.media3 #2826
Conversation
c6c77da
to
5121e29
Compare
5121e29
to
7cb4d2f
Compare
7cb4d2f
to
0c7e05d
Compare
This is now ready. I'll likely add it to the 0.16 release branch later. |
does backportable mean it'll land in v0.16.3? |
Not necessarily. The backportable label means it is a candidate for backporting. In this specific case I need to test the media3 migration more thoroughly first before sending it to half a million users. So it might be in 0.16.3 but could also be 0.16.4 or 0.17.0. |
ok thank you for clarifying 👍 |
Changes
Replace our usages of ExoPlayer with androidx.media3. This affects the old playback code and the rewritten code. It's pretty much only package name changes because I fixed the breaking changes in earlier PR's.
To do
Migrateexoplayer-ffmpeg-extension
to media3Issues
Also a part of #1057 I guess