路侧、车侧视频流播放优化

Signed-off-by: chenfufeng <chenfufeng@zhidaoauto.com>
This commit is contained in:
chenfufeng
2021-11-12 15:38:53 +08:00
parent a77056f537
commit 01505b4266
15 changed files with 205 additions and 43 deletions

View File

@@ -136,4 +136,6 @@ interface IMoGoWaringProvider : IMoGoFunctionProvider {
* 展示VIP标识
*/
fun vipIdentification(visible: Boolean)
fun startRoadCameraLive(flvUrl: String)
}

View File

@@ -12,4 +12,11 @@ import java.util.List;
*/
public interface IMoGoMonitoringProvider extends IMoGoFunctionServerProvider {
List<CameraEntity> getCameraList();
void openCameraStream(String cameraIp);
/**
* 防止回调摄像头列表View的相关调用
*/
void disposeCameraStream();
}