[Add]发布1.3.11

This commit is contained in:
donghongyu
2021-11-26 12:16:13 +08:00
parent abb4c0f3fc
commit 138988b02d
4 changed files with 16 additions and 15 deletions

1
.idea/misc.xml generated
View File

@@ -12,6 +12,7 @@
<option name="filePathToZoomLevelMap">
<map>
<entry key="app/src/main/res/layout/actitity_config_info.xml" value="0.35260416666666666" />
<entry key="app/src/main/res/layout/activity_live_play.xml" value="0.3037037037037037" />
<entry key="app/src/main/res/layout/activity_live_play_and_push.xml" value="0.25" />
<entry key="app/src/main/res/layout/activity_live_push.xml" value="0.3640625" />
<entry key="app/src/main/res/layout/activity_location.xml" value="0.36502448356535333" />

View File

@@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="请输入要查看的车机SN"
android:text="X2020210706B95ACB94DF240C88"
android:text="F803BB2037EZD00088"
android:textColor="#FFFF"
app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -165,9 +165,7 @@ public class MoGoLiveManager {
public MoGoLiveManager init(Application application, MoGoLivePushConfig livePushConfig) {
mApplication = application;
mLivePushConfig = livePushConfig;
if (mLivePushConfig.isExpressEngine()) {
initExpressEngine();
}
initExpressEngine();
return this;
}
@@ -490,8 +488,10 @@ public class MoGoLiveManager {
// 将视频信息设置到推流引擎
mExpressEngine.setVideoConfig(zegoVideoConfig);
if (mLivePushConfig.isExpressEngine()) {
initCustomVideoCapture();
}
}
initCustomVideoCapture();
loginRoom();
}

View File

@@ -36,22 +36,22 @@ PASSWORD=xintai2018
RELEASE=true
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.3.10
MOGO_UTILS_VERSION=1.3.11
# 网络请求
MOGO_NETWORK_VERSION=1.3.10
MOGO_NETWORK_VERSION=1.3.11
# 网络DNS
MOGO_HTTPDNS_VERSION=1.3.10
MOGO_HTTPDNS_VERSION=1.3.11
# 鉴权
MOGO_PASSPORT_VERSION=1.3.10
MOGO_PASSPORT_VERSION=1.3.11
# 常链接
MOGO_SOCKET_VERSION=1.3.10
MOGO_SOCKET_VERSION=1.3.11
# 数据采集
MOGO_REALTIME_VERSION=1.3.10
MOGO_REALTIME_VERSION=1.3.11
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.3.10
MOGO_TANLU_VERSION=1.3.11
# 直播推流
MOGO_LIVE_VERSION=1.3.10
MOGO_LIVE_VERSION=1.3.11
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.3.10
MOGO_TRAFFICLIVE_VERSION=1.3.11
# 定位服务
MOGO_LOCATION_VERSION=1.3.10
MOGO_LOCATION_VERSION=1.3.11