Top "Exoplayer" questions

An application level media player for Android that supports features not currently provided by MediaPlayer including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming, and persistent caching.

Creating a simple instance of ExoPlayer

I am currently looking to develop an application that utilises Dash through the ExoPlayer in Android. To begin with I …

android streaming mp3 exoplayer
Exoplayer adaptive hls streaming

I am looking for good and simple example/explanation how to implement ExoPlayer for HLS Adaptive streaming. I am a …

android http-live-streaming exoplayer adaptive-bitrate
How to restart video on Exoplayer after ExoPlayer.STATE_ENDED

I'm using Exoplayer with a base of the DemoPlayer. I want to restart/replay the video from beginning on some …

android exoplayer
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
Changing playback speed in Exoplayer

I'm looking to implement an audio player with variable speed playback (1.0x, 1.25x, 1.5x) like typical audiobook players currently on …

android exoplayer
ExoPlayer - play 10 files one after another

I have 10 video i need to play, once one is done, the next one starts to play. I'm using Google's …

android video exoplayer
How to add seekbar to Exoplayer exo_playback_control_view.xml

cannot add seekbar to explayer Ia ma referring to https://medium.com/google-exoplayer/customizing-exoplayers-ui-components-728cf55ee07a to add custom …

android android-seekbar exoplayer
ExoPlayer: get songs metadata from HTTP stream

I use the following code to play a music stream through ExoPlayer: exoPlayer = ExoPlayer.Factory.newInstance(numRenderers, minBufSize, maxBufSize); String …

android exoplayer
ExoPlayer 2 Playlist Listener

I'm using the new features from ExoPlayer 2.x to play a list of audio files like this: List<MediaSource&…

android exoplayer