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.

ExoPlayer Restore State when Resumed

I have implemented the Player and now there is a problem. When the video is playing and if the app …

android android-studio android-fragments android-lifecycle exoplayer
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
How to show subtitle in android ExoPlayer

I am using Exoplayer for streaming URL. I want to add srt file in exoplayer. But I think player not …

android exoplayer
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
Android: Dynamically Blur Surface with Video

I am building an Android application where an ExoPlayer plays a video onto the surface of a SurfaceView, and I …

android surfaceview exoplayer
How to turn On/OFF closed captions in HLS Streaming URL in Exoplayer?

I am using Exoplayer Version 2.0.4 to play HLS Streams(.m3u8). My HLS streams contains the closed captions with it. …

android exoplayer
How to get local video Uri for ExoPlayer 2.x

I have a dog.mp4 video file in res/raw folder, which I want to play with ExoPlayer. I'm trying …

android android-video-player exoplayer
ExoPlayer resume on same position on rotate screen

I am using ExoPlayer in my activity,What i want is to smoothly play video in portrait and landscape mode.…

android video android-activity exoplayer landscape-portrait
Android ExoPlayer not resuming after network is connected

Im using Exoplayer for HLS Streaming in my App. Its playing nicely but when i disconnect the internet connection and …

android exoplayer
ExoPlayer stops playing in background

I have an application that keeps a global instance of an ExoPlayer instance to facilitate audio streams in the background. …

android exoplayer