panlinlin
2021-04-26 5ba0fba03d9fcb09eea0c1e703a4f050378d7992
src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/play/PlayController.java
@@ -102,6 +102,7 @@
            msg.setId(DeferredResultHolder.CALLBACK_CMD_STOP + uuid);
            msg.setData("点播未找到");
            resultHolder.invokeResult(msg);
            storager.stopPlay(deviceId, channelId);
         }else {
            redisCatchStorage.stopPlay(streamInfo);
            storager.stopPlay(streamInfo.getDeviceID(), streamInfo.getChannelId());