question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rubengeescommented, Aug 11, 2017

Turns out snapshots aren’t supported on bintray

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!

0reactions
brianwernickcommented, Aug 11, 2017

Ah yes, I always forget about JitPack

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found