[Add]发布1.3.12

This commit is contained in:
donghongyu
2021-11-26 14:27:37 +08:00
parent 138988b02d
commit a7bf00f56d
3 changed files with 12 additions and 11 deletions

View File

@@ -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"

View File

@@ -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);
}

View File

@@ -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