mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-18 19:37:50 +08:00
修复语音对讲
This commit is contained in:
parent
60dffa5813
commit
c32ba1dea8
@ -302,6 +302,10 @@ public class ZLMHttpHookListener {
|
||||
result.setEnable_audio(true);
|
||||
}
|
||||
}
|
||||
}else if (param.getApp().equals("broadcast")) {
|
||||
result.setEnable_audio(true);
|
||||
}else if (param.getApp().equals("talk")) {
|
||||
result.setEnable_audio(true);
|
||||
}
|
||||
|
||||
if (mediaInfo.getRecordAssistPort() > 0 && userSetting.getRecordPath() == null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user