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.
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-bitrateI'm using Exoplayer with a base of the DemoPlayer. I want to restart/replay the video from beginning on some …
android exoplayerI 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.xI'm looking to implement an audio player with variable speed playback (1.0x, 1.25x, 1.5x) like typical audiobook players currently on …
android exoplayerI have 10 video i need to play, once one is done, the next one starts to play. I'm using Google's …
android video exoplayercannot add seekbar to explayer Ia ma referring to https://medium.com/google-exoplayer/customizing-exoplayers-ui-components-728cf55ee07a to add custom …
android android-seekbar exoplayerI use the following code to play a music stream through ExoPlayer: exoPlayer = ExoPlayer.Factory.newInstance(numRenderers, minBufSize, maxBufSize); String …
android exoplayerI'm using the new features from ExoPlayer 2.x to play a list of audio files like this: List<MediaSource&…
android exoplayer