From a7bf00f56dae60d9df428d895e23df5c9b7a8625 Mon Sep 17 00:00:00 2001 From: donghongyu Date: Fri, 26 Nov 2021 14:27:37 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=E5=8F=91=E5=B8=831.3.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/activity_live_play.xml | 2 +- .../live/manager/LiveStreamManagerImpl.java | 1 + gradle.properties | 20 +++++++++---------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/activity_live_play.xml b/app/src/main/res/layout/activity_live_play.xml index facf0eb..8820e09 100644 --- a/app/src/main/res/layout/activity_live_play.xml +++ b/app/src/main/res/layout/activity_live_play.xml @@ -14,7 +14,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="请输入要查看的车机SN" - android:text="F803BB2037EZD00088" + android:text="F803EB2046PZD00149" android:textColor="#FFFF" app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn" app:layout_constraintEnd_toEndOf="parent" diff --git a/foudations/mogo-live/src/main/java/com/mogo/cloud/live/manager/LiveStreamManagerImpl.java b/foudations/mogo-live/src/main/java/com/mogo/cloud/live/manager/LiveStreamManagerImpl.java index fc8f58d..278e056 100644 --- a/foudations/mogo-live/src/main/java/com/mogo/cloud/live/manager/LiveStreamManagerImpl.java +++ b/foudations/mogo-live/src/main/java/com/mogo/cloud/live/manager/LiveStreamManagerImpl.java @@ -103,6 +103,7 @@ public class LiveStreamManagerImpl implements ILiveStreamManager { mLivePushConfig.setAudioFormat(AudioFormat.ENCODING_PCM_16BIT); mLivePushConfig.setMute(true); mLivePushConfig.setDevicesId(devicesId); + mLivePushConfig.setExpressEngine(isExpressEngine); // 初始化直播 mMoGoLiveManager = MoGoLiveManager.getInstance().init(mApplication, mLivePushConfig); } diff --git a/gradle.properties b/gradle.properties index 9336277..85619a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,22 +36,22 @@ PASSWORD=xintai2018 RELEASE=true # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.3.11 +MOGO_UTILS_VERSION=1.3.12 # 网络请求 -MOGO_NETWORK_VERSION=1.3.11 +MOGO_NETWORK_VERSION=1.3.12 # 网络DNS -MOGO_HTTPDNS_VERSION=1.3.11 +MOGO_HTTPDNS_VERSION=1.3.12 # 鉴权 -MOGO_PASSPORT_VERSION=1.3.11 +MOGO_PASSPORT_VERSION=1.3.12 # 常链接 -MOGO_SOCKET_VERSION=1.3.11 +MOGO_SOCKET_VERSION=1.3.12 # 数据采集 -MOGO_REALTIME_VERSION=1.3.11 +MOGO_REALTIME_VERSION=1.3.12 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.3.11 +MOGO_TANLU_VERSION=1.3.12 # 直播推流 -MOGO_LIVE_VERSION=1.3.11 +MOGO_LIVE_VERSION=1.3.12 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.3.11 +MOGO_TRAFFICLIVE_VERSION=1.3.12 # 定位服务 -MOGO_LOCATION_VERSION=1.3.11 +MOGO_LOCATION_VERSION=1.3.12