[Fix]解决视频流功能问题

This commit is contained in:
chenfufeng
2021-11-24 10:30:29 +08:00
parent 5113a0a893
commit 4480001fba
9 changed files with 147 additions and 73 deletions

View File

@@ -190,6 +190,9 @@ object CallerHmiManager : CallerBase() {
waringProviderApi.vipIdentification(visible)
}
/**
* 开启道路视频直播
*/
fun startRoadCameraLive(flvUrl: String) {
waringProviderApi.startRoadCameraLive(flvUrl)
}