Skip to content

Commit 29bb359

Browse files
committed
Android release v5.1.1
1 parent 57df0ec commit 29bb359

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
656 KB
Binary file not shown.

Group-Video/Group-Video-Android/app/src/main/java/com/qiniu/droid/rtc/sample/RoomActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ protected void onCreate(Bundle savedInstanceState) {
8282
// 设置 QNRTC Log 输出等级
8383
setting.setLogLevel(QNLogLevel.INFO);
8484

85-
// 配置音视频数据的编码方式,此处配置为硬编
86-
setting.setHWCodecEnabled(true);
85+
// 配置音视频数据的编码方式,此处可配置为硬编
86+
setting.setHWCodecEnabled(false);
8787

8888
// 初始化 QNRTC
8989
QNRTC.init(getApplicationContext(), setting, this);
12 KB
Binary file not shown.
32.1 KB
Binary file not shown.
60.1 KB
Binary file not shown.
656 KB
Binary file not shown.
12 KB
Binary file not shown.
32.1 KB
Binary file not shown.
60.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)