Skip to content
Advertisement

Tag: exoplayer

> Could not find com.google.android.exoplayer:exoplayer-core:r2.4.2

I am facing this exoplayer not found error in video android studio application after I updated my project dependencies. I don’t know how to update old Exoplayer link to https://mvnrepository.com/artifact/com.google.android.exoplayer/exoplayer Can anyone tell how to remove this error and update to latest exoplayer version ? Answer Worked after adding these to build.gradle: And enabling multidex. Check this out https://exoplayer.dev/hello-world.html

ExoPlayer switching media source without black screen

I’m using exoplayer in my project, when switching mediasource i just use This causes approx. 0.5 seconds black screen until it switches video. Is there a way to tell exoplayer to retain last frame from previous video (instead of 0.5 sec black screen) until new video is started? Answer

Advertisement