648540858
2022-05-27 f09f1c9a2a3bb53c8d25ad5d82722129b0578be4
src/main/java/com/genersoft/iot/vmp/gb28181/session/SsrcConfig.java
@@ -136,4 +136,7 @@
        this.notUsed = notUsed;
    }
    public boolean checkSsrc(String ssrcInResponse) {
        return !isUsed.contains(ssrcInResponse);
    }
}