... | @@ -7,8 +7,9 @@ allprojects { |
... | @@ -7,8 +7,9 @@ allprojects { |
|
repositories {
|
|
repositories {
|
|
google()
|
|
google()
|
|
jcenter()
|
|
jcenter()
|
|
//必须配置
|
|
//以下两个必须配置
|
|
maven {url 'https://dl.bintray.com/bokecc/maven'}
|
|
maven {url 'https://dl.bintray.com/bokecc/maven'}
|
|
|
|
maven {url 'http://nexus-app.bokecc.com/repository/sdk-group/'}
|
|
//使用投屏功能时添加此配置,不使用不需要
|
|
//使用投屏功能时添加此配置,不使用不需要
|
|
maven { url 'http://4thline.org/m2'}
|
|
maven { url 'http://4thline.org/m2'}
|
|
}
|
|
}
|
... | @@ -18,10 +19,11 @@ allprojects { |
... | @@ -18,10 +19,11 @@ allprojects { |
|
```
|
|
```
|
|
dependencies {
|
|
dependencies {
|
|
//获得场景视频SDK,必须引入
|
|
//获得场景视频SDK,必须引入
|
|
implementation 'com.bokecc:vod:3.7.0'
|
|
implementation 'com.bokecc:vod:3.7.1'
|
|
//播放加密视频必须引用http和drmv6
|
|
//必须引用commonLib
|
|
implementation 'com.bokecc:http:1.2.0'
|
|
implementation 'com.bokecc:commonLib:0.1.9'
|
|
implementation 'com.bokecc:drmv6:2.19.0'
|
|
//必须引用
|
|
|
|
implementation 'com.bokecc:drm:1.2.0'
|
|
//使用DWIjkMediaPlayer 倍速播放器引入
|
|
//使用DWIjkMediaPlayer 倍速播放器引入
|
|
implementation 'com.bokecc:speedplay:2.19.3'
|
|
implementation 'com.bokecc:speedplay:2.19.3'
|
|
//上传视频时使用压缩功能时需要引用
|
|
//上传视频时使用压缩功能时需要引用
|
... | @@ -62,7 +64,7 @@ android { |
... | @@ -62,7 +64,7 @@ android { |
|
```
|
|
```
|
|
|
|
|
|
### 3.1.2 以引用Jar包的方式导入SDK
|
|
### 3.1.2 以引用Jar包的方式导入SDK
|
|
下载最新版本的SDK,下载地址为:[CCVideo/VOD_Android_SDK](https://github.com/CCVideo/VOD_Android_SDK),将huodesdk.jar和httplib.jar添加到Android项目中,并配置当前项目可正确的引用类库。
|
|
下载最新版本的SDK,下载地址为:[CCVideo/VOD_Android_SDK](https://github.com/CCVideo/VOD_Android_SDK),将huodesdk.jar和httplib.jar添加到Android项目中,并配置当前项目可正确的引用类库,使用此方式还需要通过Gradle方式引用implementation 'com.bokecc:commonLib:0.1.9'。
|
|
|
|
|
|
## 3.2 配置项目的网络权限和文件读写权限:
|
|
## 3.2 配置项目的网络权限和文件读写权限:
|
|
|
|
|
... | | ... | |