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 find that `LibvpxVideoRenderer` has hold 16 inputbuffer and 16 outputbuffer. All these buffer are allocated in java layout. For example , a 720p video: **InputBuffer:** 16\*INITIAL_INPUT_BUFFER_SIZE = 16\*768 \*...

enhancement

`setVideoScalingMode(C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING)` `setVideoScalingMode(C.VIDEO_SCALING_MODE_SCALE_TO_FIT)` has no effect I fork ExoPlayer and modify(https://github.com/nshutov/ExoPlayer): 1 - surfaceView move to FrameLayout. Now surfaceView is fullscreen 2 - I switch setVideoScalingMode each 5 sec 3 -...

bug: in platform

I apologize for filing this as an "issue", unfortunately github doesn't provide too many avenues of communication. I have considered writing my own FfmpegVideoRenderer (or perhaps using libx264 directly) to...

enhancement
low priority

### ExoPlayer Version 2.17.1 ### Devices that reproduce the issue Any. devices. ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo app? Yes ###...

bug

The AC4 audio decoder features a dialog enhancement mode that allows the user to boost the dialog from the played content. The boost of the dialog can be tuned to...

pending comments

### ExoPlayer Version 2.18.2 ### Devices that reproduce the issue I tested on android 8.1 ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo...

bug: device specific

Currently ExoPlayer plays using AudioTrack configured with a significant (>250ms) buffer. This is done to avoid underrun and works well for most of our users. Nevertheless, it prevents some use-cases...

enhancement
low priority

If live playback starts on device (starts correctly at live edge) and then switches to cast, it keeps playing in the correct position (more or less at the live edge)....

bug

### ExoPlayer Version 2.18.3 ### Devices that reproduce the issue Smartlabs ### Devices that do not reproduce the issue NA ### Reproducible in the demo app? Yes ### Reproduction steps...

bug
needs triage