ExoPlayer is update to 2.11.1, is any plan to update this lib?
See original GitHub issueInclude the following:
- Exoplayer :
2.9.6
- ExoMedia version:
4.3.0
- Device OS version:
7.0
- Devide Manufacturer:
Google
- Device Name:
Pixel XL
Exoplayer is update to 2.11.1, and some constructor method have changed, so if i update the exoplayer to 2.11.1, build error. so is any plan to update this lib?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:14 (7 by maintainers)
Top Results From Across the Web
ExoPlayer/RELEASENOTES.md at release-v2 - GitHub
Fix issue that StyledPlayerView and PlayerView don't update UI when available player commands change. Cast extension: Implement CastPlayer.setPlaybackParameters ...
Read more >How to sync ExoPlayer library in Android? - Stack Overflow
My app crashed when it comes to sync ExoPlayer library. At first, it crashes when I had Android Studio 3.6 and for no...
Read more >ExoPlayer
ExoPlayer is an application level media player for Android. ... is easy to customize and extend, and can be updated through Play Store...
Read more >RELEASENOTES.md - google/ExoPlayer - Sourcegraph
Add newly required flags to link FFmpeg libraries with NDK 23.1.7779620 ... Update CMake version to avoid incompatibilities with the latest Android.
Read more >ExoPlayer 2.11 - What's new - Medium
ExoPlayer 2.11 contains many new features, improvements and bug fixes. This post highlights some of the most significant changes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My apologies for being absent for so long. Yesterday I started the process of updating all of the dependencies in the
dev/5.0
branch (on my machine); there’s still a lot to do on top of updating the dependencies so I don’t have a clear timeline as to when a5.0
version will be released but would expect it sometime in the next few months.It means
ExoMedia
5.0 already use media3?I always think
ExoMedia
just wrap theExoPlayer
toMediaPlayer
’s api, andExoMedia
is under theAndroidX Media
library, not above theAndridX Media
. and provide a easy way to useExoPlayer
asMediaPlayer
.Don’t you think, that the new
ExoPlayer
is too heavy for the simple usage ?