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 trying to play videos in the form of a playlist one after the other. I am using android …
android exoplayerI am playing video from URL on Exoplayer, it stretching the video on resizing/on using resize_mode as I …
aspect-ratio exoplayerI am using exoplayer to play video from url in my android app. In portrait everything work as expected (using …
android android-studio landscape exoplayerI have an activity that uses ExoPlayer to play a video. When I go fullscreen, unless the aspect ratio of …
android video fullscreen exoplayerI'm trying to play DASH video on android devices with the ExoPlayer from Google (http://developer.android.com/guide/topics/…
android video media-player exoplayerI'm using Google new MediaPlayer named ExoPlayer and cannot find a way to mute the sound Is there an easy …
android exoplayerI'm new to Android Studio and ExoPlayer I started the player to play videos but I don't know to detect …
android progress-bar exoplayerI try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with …
android fullscreen exoplayerI have added ExoPlayer in one of the activity to play videos and it is working properly. But when the …
android video exoplayer