src/main/java/com/genersoft/iot/vmp/web/ApiStreamController.java
@@ -17,7 +17,7 @@ import org.springframework.web.context.request.async.DeferredResult; /** * 兼容LiveGBS的API:实时直播 * API兼容:实时直播 */ @SuppressWarnings(value = {"rawtypes", "unchecked"}) @CrossOrigin @@ -163,7 +163,7 @@ result.put("error","未找到流信息"); return result; } cmder.streamByeCmd(streamInfo.getStreamId()); cmder.streamByeCmd(serial, code); redisCatchStorage.stopPlay(streamInfo); storager.stopPlay(streamInfo.getDeviceID(), streamInfo.getChannelId()); return null;