提交 60e509c6 编写于 作者: S shuyu

readme (2017-07-10)

上级 c56b5293
...@@ -38,14 +38,14 @@ ...@@ -38,14 +38,14 @@
**你可以选择下面三种的其中一种,在module下的build.gradle添加。** **你可以选择下面三种的其中一种,在module下的build.gradle添加。**
#### A.直接引入 #### A直接引入
``` ```
//完整版引入 //完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.0.0' compile 'com.shuyu:GSYVideoPlayer:2.0.0'
``` ```
#### B.添加java和你想要的so支持: #### B添加java和你想要的so支持:
``` ```
compile 'com.shuyu:gsyVideoPlayer-java:2.0.0' compile 'com.shuyu:gsyVideoPlayer-java:2.0.0'
...@@ -59,7 +59,7 @@ compile 'com.shuyu:gsyVideoPlayer-x86:2.0.0' ...@@ -59,7 +59,7 @@ compile 'com.shuyu:gsyVideoPlayer-x86:2.0.0'
``` ```
#### C.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) #### C支持其他格式协议的(mpeg,rtsp, concat、crypto协议)
A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
...@@ -76,7 +76,7 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.0' ...@@ -76,7 +76,7 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.0'
### 2、JitPack引入方法 ### 2、JitPack引入方法
#### First.在project下的build.gradle添加 #### First在project下的build.gradle添加
``` ```
allprojects { allprojects {
repositories { repositories {
...@@ -86,18 +86,18 @@ allprojects { ...@@ -86,18 +86,18 @@ allprojects {
} }
``` ```
#### Sencond.在module下的build.gradle添加 #### Sencond在module下的build.gradle添加
**你可以选择下面三种的其中一种,在module下的build.gradle添加。** **你可以选择下面三种的其中一种,在module下的build.gradle添加。**
#### A.直接引入 #### A直接引入
``` ```
//完整版引入 //完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.0' compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.0'
``` ```
#### B.添加java和你想要的so支持: #### B添加java和你想要的so支持:
``` ```
...@@ -112,7 +112,7 @@ compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.0' ...@@ -112,7 +112,7 @@ compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.0'
``` ```
#### C.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) #### C支持其他格式协议的(mpeg,rtsp, concat、crypto协议)
A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册