[Add]发布1.3.12
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user