... | ... | @@ -18,7 +18,7 @@ allprojects { |
|
|
```
|
|
|
dependencies {
|
|
|
//获得场景视频SDK,必须引入
|
|
|
implementation 'com.bokecc:vod:3.6.0'
|
|
|
implementation 'com.bokecc:vod:3.7.0'
|
|
|
//播放加密视频必须引用http和drmv6
|
|
|
implementation 'com.bokecc:http:1.2.0'
|
|
|
implementation 'com.bokecc:drmv6:2.19.0'
|
... | ... | @@ -30,6 +30,8 @@ dependencies { |
|
|
implementation 'com.bokecc:vrplay:1.0.0'
|
|
|
//使用投屏功能需要引用
|
|
|
implementation 'com.bokecc:projection:1.7.0'
|
|
|
//弹幕
|
|
|
implementation 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
|
|
|
|
|
|
}
|
|
|
```
|
... | ... | |