GiraffePlayer icon indicating copy to clipboard operation
GiraffePlayer copied to clipboard

How to increment the size of Preload Buffer

Open TuxRneR opened this issue 9 years ago • 1 comments

Hello, some way to get more preload buffer, when the video have a long duration?. Thank You!

TuxRneR avatar Jan 19 '17 21:01 TuxRneR

call ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "max-buffer-size", your size in bytes) in IjkVideoView.openVideo(),other options can refer to ff_ffplay_options.h

tcking avatar Feb 08 '17 06:02 tcking