Update for ExoPlayer 2.5.x
See original GitHub issue- I have verified there are no duplicate active or recent bugs, questions, or requests
Version Info
- ExoMedia version:
4.0.3
- Device OS version: Not relevant
- Devide Manufacturer: Not relevant
- Device Name: Not relevant
The new ExoPlayer
version 2.5.0
has been released with many new features and improvements.
Sadly ExoMedia
is not compatible with it due to the use of the deprecated and now removed ExoPlayer$EventListener
.
Proguard error:
com/devbrackets/android/exomedia/core/exoplayer/ExoMediaPlayer.<init>:
(Landroid/content/Context;)V references unknown class member:
com/google/android/exoplayer2/ExoPlayer.addListener:
(Lcom/google/android/exoplayer2/ExoPlayer$EventListener;)V
This is just a reminder that a new version exists and an update for it would be great 😃.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Releases · google/ExoPlayer - GitHub
Update CMake version to avoid incompatibilities with the latest Android Studio releases (#9933). Cast extension: Implement getDeviceInfo() to be able to ...
Read more >ExoPlayer 2.5 - What's new - Medium
ExoPlayer 2.5 adds significant new functionality, including three new extensions. It also makes significant improvements to the core ...
Read more >Monitor ExoPlayer - Mux Docs
The Mux SDK for ExoPlayer will remain bytecode-compatible with Java 1.8. If you are updating from version 2.5.9 or lower, you may need...
Read more >Version 2.5.0 - 5 May 2022 | AVPro Video - Documentation
Improvements. ExoPlayer API path now supports RTSP stream playback · Changes. Upgraded ExoPlayer from 2.16.1 to 2.17.1; Guava library updated to ...
Read more >ExoPlayer
ExoPlayer is an application level media player for Android. It provides an alternative to Android's MediaPlayer API for playing audio and video both...
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
All SNAPSHOTs i have seen were either hosted on Sonatype or Jitpack. Sonatype would require setting up some kind of CI and Jitpack is less secure.
I guess I’ll just have to wait, but thanks for the effort!Edit: JitPack actually works out of the box, I was able to update and it’s working, thanks!
Ah yes, I always forget about JitPack