Top "Exoplayer2.x" questions

ExoPlayer 2.x is a major iteration of the ExoPlayer (an open source, application level media player built on top of Android’s low level media APIs) library with significant API and architectural improvements.

How to pause ExoPlayer 2 playback and resume (PlayerControl was removed)

In ExoPlayer < 2.x there was a class PlayerControl with pause() and resume() functions but it was removed. I can't …

android video-streaming exoplayer exoplayer2.x
How to hide control buttons in ExoPlayer2

How to hide all controllers in ExoPlayer2 (start button, pause, and so on) that they did not exist, and the …

java android exoplayer exoplayer2.x
How to catch all errors for ExoPlayer?

I implemented ExoPlayer as player for my application. But I can´t find out how to catch all ExoPlayer errors …

android crash listener exoplayer exoplayer2.x
Quality selector for ExoPlayer 2

I am currently developing a live and movie player application. I chose ExoPlayer version 2 to play the movie and I …

android exoplayer exoplayer2.x
Error inflating class com.google.android.exoplayer2.ui.SimpleExoPlayerView

One Strange thing: the code is working fine while using emulator, but crashes while running building an unsigned apk. when …

android android-studio exoplayer exoplayer2.x
Is it possible to change resolution of exoplayer manually?

I'm working on a project that use Exoplayer2 for HLS video streaming. Adaptive streaming is working well in my exoplayer, …

android video exoplayer exoplayer2.x
ExoPlayer HlsMediaSource() deprecated

The HlsMediaSource() method is deprecated (I'm currently on exoplayer:2.6.1). What is the recommended method to use for HLS-media instead?

android exoplayer2.x
ExoPlayer: Place controller under the video without overlapping the video

I have a PlayerView that takes up the top half of the Activity in portrait orientation with the bottom half …

java android exoplayer exoplayer2.x
ExoPlayer - changing thumb in DefaultTimeBar

As I understand from releas note of version 2.4.0 ExoplayerSeekBar was replaced by DefaultTimeBar. https://github.com/google/ExoPlayer/blob/dev-v2/…

android android-layout exoplayer exoplayer2.x
Decoder init failed: OMX.qcom.video.decoder.avc,

When I open video More then 2 time it will give error when i open video less then 2 time it will …

android android-mediaplayer exoplayer2.x