MediaPlayer-Extended icon indicating copy to clipboard operation
MediaPlayer-Extended copied to clipboard

setPlaybackSpeed delay

Open liaosir opened this issue 6 years ago • 1 comments

VideoView.setPlaybackSpeed(0.1f), then call VideoView.start(), but the play speed is normal, it will slow down to 0.1f after a second.

liaosir avatar Jan 05 '18 13:01 liaosir

Thanks for reporting. This is an old issue in the library that gets really noticeable with low playback speeds and happens because audio samples are skipped during seeks. Before playback starts there is a seek to position 0 and all samples are skipped until the first video frame.

This is not a simple fix but I hope to solve it at some point.

protyposis avatar Jan 05 '18 20:01 protyposis