648540858
2023-06-25 66eda32ab97d6e94e9f274d6faa4df586c452dfb
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -33,7 +33,7 @@
    private Boolean logInDatebase = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.FALSE;
    private Boolean useSourceIpAsStreamIp = Boolean.FALSE;
@@ -46,6 +46,8 @@
    private Boolean gbSendStreamStrict = Boolean.FALSE;
    private Boolean syncChannelOnDeviceOnline = Boolean.FALSE;
    private Boolean pushStreamAfterAck = Boolean.FALSE;
    private Boolean sipLog = Boolean.FALSE;
    private Boolean sendToPlatformsWhenIdLost = Boolean.FALSE;
@@ -60,6 +62,8 @@
    private String recordPath = null;
    private String thirdPartyGBIdReg = "[\\s\\S]*";
    private String broadcastForPlatform = "UDP";
    private List<String> interfaceAuthenticationExcludes = new ArrayList<>();
@@ -215,6 +219,22 @@
        this.syncChannelOnDeviceOnline = syncChannelOnDeviceOnline;
    }
    public String getBroadcastForPlatform() {
        return broadcastForPlatform;
    }
    public void setBroadcastForPlatform(String broadcastForPlatform) {
        this.broadcastForPlatform = broadcastForPlatform;
    }
    public Boolean getPushStreamAfterAck() {
        return pushStreamAfterAck;
    }
    public void setPushStreamAfterAck(Boolean pushStreamAfterAck) {
        this.pushStreamAfterAck = pushStreamAfterAck;
    }
    public Boolean getSipUseSourceIpAsRemoteAddress() {
        return sipUseSourceIpAsRemoteAddress;
    }