tom

Results 133 comments of tom

我明天编个全的so试试

**note:** if the player can't play your video,try download **[full-featured so](https://pan.baidu.com/s/1gfO9MnT)** which support more codec/format (bigger binary size) to replace `ijkplayer-java/src/main/jniLibs` (I have try to push a new branch to...

so文件在这[full-featured so](https://pan.baidu.com/s/1gfO9MnT),可以播放上面的mp4,本来想push一个新的分支的,push了半天没反应

重新下载下试试,昨天可能上传的时候切错分支了

`GiraffePlayer.doOnConfigurationChanged` 中 `widthPixels`的值减去虚拟导航栏的高度试试

可以在`giraffe_player.xml`里加

在手机的debug选项里,打开`显示布局边界`看看

try using the latest version [0.5](https://github.com/tcking/GiraffePlayer/releases/tag/0.5)

``` dart player = GPlayer( uri: 'http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4', options: [Option(1, 'headers', 'Connection: keep-alive\r\nuser-agent: okhttp\r\n')], //add headers mediaController: DefaultMediaController( title: 'bunny bear', gestureControlEnabled: true)) ..init() ..addListener((_) { //update control button out of...