tom
tom
问题2能发个截图吗?
try `videoInfo.addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "framedrop", 5L))`
do you add `android:configChanges="keyboardHidden|orientation|screenSize"` to the `activity` tag in the AndroidManifest.xml ?
刚测试了一下,`compile 'com.github.tcking:giraffeplayer2:0.1.25-full'` 是可以的
本人有些懒,没写博客。不过写博客是个好习惯,应该要鼓励的,有时间我会把这块写个文章,一是对自己的回顾和加深,另外还能帮助想了解的人
the audio codec is ac3, that is disabled by default for patent issues.you can enable ac3 codec and recompile the ijkplayer
[ijkplayer](https://github.com/bilibili/ijkplayer) The readme have about how to compile ffmpeg info and https://github.com/bilibili/ijkplayer/search?q=ac3&unscoped_q=ac3 can find some info to enable ac3
is there any full log?
for now you need change the `tcking.github.com.giraffeplayer2.PlayerActivity`'s theme,it will be configurable next version
can you show me the code how the `tcking.github.com.giraffeplayer2.VideoView` created in your proejct?