Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyxgwang committed Aug 6, 2021
1 parent fb3f1cf commit 62ce7a5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* 主要包含:
* - 本地预览视频帧/远端用户视频帧的自定义渲染;
* - 本地音频/远端音频混音后的播放;
*
*/
public class CustomFrameRender extends V2TXLivePusherObserver implements Handler.Callback {
public static final String TAG = "CustomFrameRender";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.nama;

public class authpackbak {
public class authpack {
public static void main(String[] args) {
byte[] a = A();
for (byte b : a) {
Expand Down
4 changes: 2 additions & 2 deletions Android/MLVB-API-Example/App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.tencent.mlvb.apiexample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "8.8.869"
versionCode 20
versionName "9.0.857"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
Expand Down
4 changes: 2 additions & 2 deletions Android/MLVB-API-Example/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This demo covers the following features (click to view the details of a feature)
- [Publishing from Screen](./Basic/LivePushScreen)
- [Playback](./Basic/LivePlay)
- [Co-anchoring](./Basic/LiveLink)
- [Competition](./Basic/LivePK)
- [Competition](./Basic/LinkPK)
- Advanced Features
- [Dynamically Switching Rendering Controls](./Advanced/SwitchRenderView)
- [Custom Video Capturing](./Advanced/CustomVideoCapture)
Expand Down Expand Up @@ -128,4 +128,4 @@ Open the project with Android Studio, connect to an Android device, and compile
# Contact Us
- [FAQs](https://cloud.tencent.com/document/product/454/7937)
- [Documentation](https://cloud.tencent.com/document/product/454)
- [API documentation](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9)
- [API documentation](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9)
4 changes: 2 additions & 2 deletions Android/MLVB-API-Example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _中文 | [English](README.en.md)_
- [录屏推流](./Basic/LivePushScreen)
- [直播拉流](./Basic/LivePlay)
- [连麦互动](./Basic/LiveLink)
- [连麦PK](./Basic/LivePK)
- [连麦PK](./Basic/LinkPK)
- 进阶功能
- [动态切换渲染组件](./Advanced/SwitchRenderView)
- [自定义视频采集](./Advanced/CustomVideoCapture)
Expand Down Expand Up @@ -128,4 +128,4 @@ defaultConfig {
# 联系我们
- [常见问题](https://cloud.tencent.com/document/product/454/7937)
- [官网文档](https://cloud.tencent.com/document/product/454)
- [API文档](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9)
- [API文档](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9)
2 changes: 1 addition & 1 deletion Android/MLVB-API-Example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
minSdkVersion = 16
targetSdkVersion = 26
supportSdkVersion = "29.0.3"
liteavSdk = "com.tencent.liteav:LiteAVSDK_Professional:latest.release"
liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:latest.release"
versionCode = 1
versionName = "v1.0"
ndkAbi = 'armeabi'//,'armeabi-v7a', 'arm64-v8a'
Expand Down

0 comments on commit 62ce7a5

Please sign in to comment.