ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
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 \*...
`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 -...
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...
### 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 ###...
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...
### 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...
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...
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)....
### 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...