src/main/java/com/genersoft/iot/vmp/web/gb28181/ApiStreamController.java
@@ -150,7 +150,7 @@ JSONObject result = new JSONObject(); result.put("error", "channel[ " + code + " ] " + eventResult.msg); resultDeferredResult.setResult(result); }); }, null); return resultDeferredResult; } @@ -177,7 +177,7 @@ result.put("error","未找到流信息"); return result; } cmder.streamByeCmd(serial, code, streamInfo.getStream()); cmder.streamByeCmd(serial, code, streamInfo.getStream(), null); redisCatchStorage.stopPlay(streamInfo); storager.stopPlay(streamInfo.getDeviceID(), streamInfo.getChannelId()); return null;