From 12aed10c6d21189a254ac6cff8423420bd64ac03 Mon Sep 17 00:00:00 2001 From: Shuyu Guo <359369982@qq.com> Date: Mon, 10 Jul 2017 21:48:41 +0800 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6b5b3ee..dc004c0 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ ### 1、JCenter 引入方法(推荐) -你可以选择下面三种的其中一种,在module下的build.gradle添加。 +**你可以选择下面三种的其中一种,在module下的build.gradle添加。** -#### 1.直接引入 +#### A.直接引入 ``` //完整版引入 compile 'com.shuyu:GSYVideoPlayer:2.0.0' ``` -#### 2.添加java和你想要的so支持: +#### B.添加java和你想要的so支持: ``` compile 'com.shuyu:gsyVideoPlayer-java:2.0.0' @@ -58,10 +58,10 @@ compile 'com.shuyu:gsyVideoPlayer-x86:2.0.0' ``` -#### 3.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) +#### C.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) -1、2普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 -下面这种方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 +A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 +C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` compile 'com.shuyu:gsyVideoPlayer-java:2.0.0' @@ -75,7 +75,7 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.0' ### 2、JitPack引入方法 -#### 在project下的build.gradle添加 +#### First.在project下的build.gradle添加 ``` allprojects { repositories { @@ -85,18 +85,18 @@ allprojects { } ``` -#### 在module下的build.gradle添加 +#### Sencond.在module下的build.gradle添加 你可以选择下面三种的其中一种,在module下的build.gradle添加。 -#### 1.直接引入 +#### A.直接引入 ``` //完整版引入 compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.0' ``` -#### 2.添加java和你想要的so支持: +#### B.添加java和你想要的so支持: ``` @@ -111,10 +111,10 @@ compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.0' ``` -#### 3.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) +#### C.支持其他格式协议的(mpeg,rtsp, concat、crypto协议) -1、2普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 -下面这种方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 +A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情况。 +C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.0' -- GitLab