tom
tom
is the device connect to network? or have you set any proxy ?
modify inner class PlayerGestureListener.onScroll in GiraffePlayer
GiraffePlayer 基于[ijkplayer](https://github.com/Bilibili/ijkplayer),目前ijkplayer并不支持倍速播放
播放完成后会停止不会自动从头播放,你说的循环播放时是? 另外此工程已不更新,请使用新的,功能更强使用更简单 https://github.com/tcking/GiraffePlayer2
https://github.com/Bilibili/ijkplayer/issues/697
try this before,but the so files size is so big that gradle download always failed, I think import project maybe better
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](https://github.com/Bilibili/ijkplayer/blob/master/ijkmedia/ijkplayer/ff_ffplay_options.h#L118)
you need full-featured so files,read the readme,there is a link
you can set log level by call [ijkMediaPlayer.native_setLogLevel(IjkMediaPlayer.IJK_LOG_DEBUG)](https://github.com/tcking/GiraffePlayer/blob/master/giraffeplayer/src/main/java/tcking/github/com/giraffeplayer/IjkVideoView.java#L294)
是否调用了`live(true)`,如果调用了还是不行的话,则可能需要修改`GiraffePlayer.onPause`和`GiraffePlayer.onResume`换成stop和play