ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
I already look in the code, documentation and search in stack overflow. I see the `PlayerControlView` have `ProgressUpdateListener` interface which similar that what I need. But not sure how to...
### ExoPlayer Version 2.17.1 ### Devices that reproduce the issue Android studio Android TV emulator API 31. ### Devices that do not reproduce the issue Android studio Android TV emulator...
### [REQUIRED] Searched documentation and issues I have looked at the previously reported issues on ExoPlayer and on stackoverflow as well. ### [REQUIRED] Question I am working with live streams...
EXOPLAYER_VERSION = com.amazon.android:exoplayer:2.11.3 exoplayer source code: https://github.com/amzn/exoplayer-amazon-port/tree/amazon/r2.11.3 Tested on demo app from "exoplayer amazon port". I see AV freeze and no player errors thrown when i stream windowed live HLS...
### Issue description I need to create playlist of videos to be played in a loop, and 1 pre-roll Ad to be played once in the start of this list,...
### Bug I am trying to play HLS content and it plays as expected, but sometimes i get this error and playback continues though. HLS MediaCodecVideoRenderer error, index=0, format=Format(18, null,...
### Use case description If you initialise a large number of MediaItems using `setMediaItems()` on a `CastPlayer` it is possible to hit the `CastClient` maximum message size throwing an `IllegalArgumentException`....
Hello, We are using ExoPlayer 2.14.2 but this question is valid for all versions. The OfflineLicenseHelper.getLicenseDurationRemainingSec() method returns a Pair of license and playback durations. The 'license duration' is the...