修复级联的通道查询以及设备信息查询

This commit is contained in:
648540858
2021-11-04 15:56:24 +08:00
parent 810dceea88
commit c33bf822cc
8 changed files with 22 additions and 22 deletions

View File

@@ -326,6 +326,7 @@ public class ZLMHttpHookListener {
String streamId = json.getString("stream");
String app = json.getString("app");
// TODO 如果在给上级推流,也不停止。
if ("rtp".equals(app)){
JSONObject ret = new JSONObject();
ret.put("code", 0);