bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.38k stars 8.1k forks source link

从jcenter拉的库支持播放mpg视频吗 #2365

Open SandyWangWei opened 7 years ago

SandyWangWei commented 7 years ago

我利用 compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.5' compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.4' compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.5' compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.5' compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.5' compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.5' compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.5'

来使用ijkplayer的时候发现mpg视频播放不出来,这会是什么原因呢?

xinzhengzhang commented 7 years ago

Not support by default. You need to compile it with a correct options manually.

SandyWangWei commented 7 years ago

you mean that I can not play the mpg with the lib of jcenter? I must compile new .so files with source code and with correct options?? @xinzhengzhang

xinzhengzhang commented 7 years ago

yes