mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 05:17:49 +08:00
修改on_stream_none_reader返回值
This commit is contained in:
parent
3cd3e97cd7
commit
424c0b6333
@ -222,7 +222,8 @@ public class ZLMHttpHookListener {
|
||||
JSONObject ret = new JSONObject();
|
||||
|
||||
boolean close = mediaService.closeStreamOnNoneReader(param.getMediaServerId(), param.getApp(), param.getStream(), param.getSchema());
|
||||
ret.put("code", close);
|
||||
ret.put("code", 0);
|
||||
ret.put("close", close);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user