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 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 exoplayerI have a PlayerView that takes up the top half of the Activity in portrait orientation with the bottom half …
java android exoplayer exoplayer2.xI am using Exoplayer for streaming URL. I want to add srt file in exoplayer. But I think player not …
android exoplayerAs 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.xI am building an Android application where an ExoPlayer plays a video onto the surface of a SurfaceView, and I …
android surfaceview exoplayerI am using Exoplayer Version 2.0.4 to play HLS Streams(.m3u8). My HLS streams contains the closed captions with it. …
android exoplayerI have a dog.mp4 video file in res/raw folder, which I want to play with ExoPlayer. I'm trying …
android android-video-player exoplayerI 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-portraitIm using Exoplayer for HLS Streaming in my App. Its playing nicely but when i disconnect the internet connection and …
android exoplayerI have an application that keeps a global instance of an ExoPlayer instance to facilitate audio streams in the background. …
android exoplayer