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.
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.xHow to hide all controllers in ExoPlayer2 (start button, pause, and so on) that they did not exist, and the …
java android exoplayer exoplayer2.xI implemented ExoPlayer as player for my application. But I can´t find out how to catch all ExoPlayer errors …
android crash listener exoplayer exoplayer2.xI am currently developing a live and movie player application. I chose ExoPlayer version 2 to play the movie and I …
android exoplayer exoplayer2.xOne Strange thing: the code is working fine while using emulator, but crashes while running building an unsigned apk. when …
android android-studio exoplayer exoplayer2.xI'm working on a project that use Exoplayer2 for HLS video streaming. Adaptive streaming is working well in my exoplayer, …
android video exoplayer exoplayer2.xThe 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.xI have a PlayerView that takes up the top half of the Activity in portrait orientation with the bottom half …
java android exoplayer exoplayer2.xAs 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.xWhen 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