648540858
2021-01-15 c8b6ed5823fbe8e7eeef2e733859b4406b2ba4c5
src/main/java/com/genersoft/iot/vmp/web/ApiStreamController.java
@@ -39,8 +39,6 @@
    @Autowired
    private IRedisCatchStorage redisCatchStorage;
    private boolean closeWaitRTPInfo = false;
    @Autowired
    private ZLMRESTfulUtils zlmresTfulUtils;
@@ -170,6 +168,7 @@
        }
        cmder.streamByeCmd(streamInfo.getStreamId());
        redisCatchStorage.stopPlay(streamInfo);
        storager.stopPlay(streamInfo.getDeviceID(), streamInfo.getChannelId());
        return null;
    }