ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

An extensible media player for Android

Results 296 ExoPlayer issues
Sort by recently updated
recently updated
newest added

I am using the ima extension for client side ad insertion support: ``` val mediaItemBuilder = MediaItem.Builder() .setUri("www.videocontent.com") adsTag?.let { mediaItemBuilder.setAdsConfiguration( MediaItem.AdsConfiguration.Builder(Uri.parse("www.adstag.com")).build() ) ``` The network request sent to "www.adstag.com"...

question
needs triage

### This project is deprecated - [X] I understand this project is deprecated, that I should file my issue in the [Media3 issue tracker](https://github.com/androidx/media/issues/new/choose) instead of here, and this issue...

ExoPlayer is given an HLS master playlist and it downloads it. The next step seems to always be to download the very first media playlist in this master playlist. I...

enhancement

Update the PACKAGE_MAPPINGS to match the documentation on https://developer.android.com/media/media3/exoplayer/mappings

### Bug android.os.BinderProxy.transactNative(Native Method) android.os.BinderProxy.transact(BinderProxy.java:610) android.media.IAudioService$Stub$Proxy.getStreamVolume(IAudioService.java:4565) android.media.AudioManager.getStreamVolume(AudioManager.java:1210) com.google.android.exoplayer2.StreamVolumeManager.getVolumeFromManager(StreamVolumeManager.java:1) com.google.android.exoplayer2.StreamVolumeManager.(StreamVolumeManager.java:8) com.google.android.exoplayer2.SimpleExoPlayer.(SimpleExoPlayer.java:60) com.google.android.exoplayer2.SimpleExoPlayer$Builder.build(SimpleExoPlayer.java:3) io.flutter.plugins.videoplayer.VideoPlayer.(VideoPlayer.java:7) io.flutter.plugins.videoplayer.VideoPlayerPlugin.create(VideoPlayerPlugin.java:16)

bug

I'm wondering what the best way to achieve as low-latency as possible is regardless of quality. Currently, I'm trying to play a stream over RTSP but seem to be getting...

question

### Use case description Support extra sample formats with RTSP. It currently only supports - AVC - AAC - AC3 ### Proposed solution Add `RtpPlayloadReader` instances to handle more formats....

enhancement

Similar to https://github.com/google/ExoPlayer/issues/474 But for DASH presentations. This would be great for AndroidTV in which typical user interaction is via remote control.

enhancement

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue NVIDIA Shield Pro w/ SHIELD Android TV v9.1.0(33.2.0.125) ### Devices that do not reproduce the issue - Non-Android devices (they...

question

### Bug issue with hdr10+. I have a tcl c825 and firestick 4k max on the firestick players cannot play this media: General Unique ID : 287260790794359083915345060219622240757 (0xD81C6A775E611494CE0759D557FFB1F5) Complete name...

bug: device specific
needs triage