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.

How to implement oncompletionlistener to detect end of media file in Exoplayer

I am trying to play videos in the form of a playlist one after the other. I am using android …

android exoplayer
How can I scale video in ExoPlayer-V2 - Play Video In Full Screen

I am playing video from URL on Exoplayer, it stretching the video on resizing/on using resize_mode as I …

aspect-ratio exoplayer
How to play video full screen in landscape using exoplayer

I am using exoplayer to play video from url in my android app. In portrait everything work as expected (using …

android android-studio landscape exoplayer
Detect pause/resume in ExoPlayer

I searched two days for this question in github but i can't find true answer . I want example for detecting …

android exoplayer resume pause
In Android, using exoplayer, how to fill surfaceview with a video that does not have the same aspect ratio with the device?

I have an activity that uses ExoPlayer to play a video. When I go fullscreen, unless the aspect ratio of …

android video fullscreen exoplayer
Exo player DASH Streaming example

I'm trying to play DASH video on android devices with the ExoPlayer from Google (http://developer.android.com/guide/topics/…

android video media-player exoplayer
Mute audio on ExoPlayer

I'm using Google new MediaPlayer named ExoPlayer and cannot find a way to mute the sound Is there an easy …

android exoplayer
Exoplayer and ProgressBar

I'm new to Android Studio and ExoPlayer I started the player to play videos but I don't know to detect …

android progress-bar exoplayer
Fullscreen the Exoplayer

I try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with …

android fullscreen exoplayer
ExoPlayer stop/pause not working

I have added ExoPlayer in one of the activity to play videos and it is working properly. But when the …

android video exoplayer