[add]前车直播替换zego ps:获取失败

This commit is contained in:
liujing
2021-02-24 15:35:44 +08:00
parent 5f853029b6
commit 8db2d0a654
7 changed files with 273 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
android:layout_centerInParent="true"
android:src="@drawable/v2x_icon_live_logo" />
<com.mogo.module.v2x.view.V2XCarLiveVideoView
<com.mogo.module.v2x.view.CarZegoLiveVideoView
android:id="@+id/videoPlayer"
android:layout_width="match_parent"
android:layout_height="@dimen/module_v2x_event_see_live_window_height"

View File

@@ -7,9 +7,10 @@
android:background="@color/live_video_background_color"
app:roundLayoutRadius="@dimen/dp_20">
<com.tencent.rtmp.ui.TXCloudVideoView
android:id="@+id/txcVideoView"
<SurfaceView
android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:background="#003F4057"
android:layout_height="@dimen/module_v2x_event_see_live_window_height"
android:gravity="center" />