648540858
2023-03-20 039fbf7e243d4bf0f46b44e7dae2a5d36e978056
src/main/java/com/genersoft/iot/vmp/web/gb28181/ApiStreamController.java
@@ -185,7 +185,7 @@
        }
        try {
            cmder.streamByeCmd(device, code, streamInfo.getStream(), null);
        } catch (InvalidArgumentException | ParseException | SipException | SsrcTransactionNotFoundException e) {
        } catch (InvalidArgumentException | ParseException | SipException | SsrcTransactionNotFoundException  e) {
            JSONObject result = new JSONObject();
            result.put("error","发送BYE失败:" + e.getMessage());
            return result;