648540858
2022-07-11 44b06e1b6e2cfcaf4c637ea66a375bf6fcbcf901
src/main/java/com/genersoft/iot/vmp/gb28181/session/SsrcConfig.java
@@ -81,7 +81,6 @@
            isUsed.remove(sn);
            notUsed.add(sn);
        }catch (NullPointerException e){
            System.out.printf("11111");
        }
    }
@@ -137,4 +136,7 @@
        this.notUsed = notUsed;
    }
    public boolean checkSsrc(String ssrcInResponse) {
        return !isUsed.contains(ssrcInResponse);
    }
}