你可以选择下面三种的其中一种,在module下的build.gradle添加。
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0-beta'
A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0-beta'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.8.8'
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.8'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.8'
compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.8'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
你可以选择下面三种的其中一种,在module下的build.gradle添加。
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.0-beta'
A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.0-beta'