[6.8.0][驾驶位视频流] 注掉测试代码
This commit is contained in:
@@ -903,11 +903,11 @@ class OperatePanelLayout : LinearLayout {
|
||||
val playUrl = CallerDevaToolsManager.driveSeatVideoProvider()?.getLastData()?.livePlayUrl ?: ""
|
||||
map["playUrl"] = playUrl
|
||||
CallerTelematicManager.sendMsgToAllClients(TelematicConstant.DRIVE_SEAT_VIDEO_STREAM_REQ, toJson(map).toByteArray())
|
||||
CallerDevaToolsManager.driveSeatVideoProvider()?.getDriveVideoView(playUrl) { event ->
|
||||
Log.d(TAG, "event -> $event")
|
||||
}?.also {
|
||||
showVideoView(it)
|
||||
}
|
||||
// CallerDevaToolsManager.driveSeatVideoProvider()?.getDriveVideoView(playUrl) { event ->
|
||||
// Log.d(TAG, "event -> $event")
|
||||
// }?.also {
|
||||
// showVideoView(it)
|
||||
// }
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user