648540858
2020-10-26 9361943e47a09ea46f76adf06fa0d24a07ac711d
src/main/java/com/genersoft/iot/vmp/conf/MediaServerConfig.java
@@ -272,6 +272,14 @@
        this.generalStreamNoneReaderDelayMS = generalStreamNoneReaderDelayMS;
    }
    public String getLocalIP() {
        return localIP;
    }
    public void setLocalIP(String localIP) {
        this.localIP = localIP;
    }
    public String getHlsFileBufSize() {
        return hlsFileBufSize;
    }
@@ -624,6 +632,38 @@
        this.rtpVideoMtuSize = rtpVideoMtuSize;
    }
    public String getRtpProxyCheckSource() {
        return rtpProxyCheckSource;
    }
    public void setRtpProxyCheckSource(String rtpProxyCheckSource) {
        this.rtpProxyCheckSource = rtpProxyCheckSource;
    }
    public String getRtpProxyDumpDir() {
        return rtpProxyDumpDir;
    }
    public void setRtpProxyDumpDir(String rtpProxyDumpDir) {
        this.rtpProxyDumpDir = rtpProxyDumpDir;
    }
    public String getRtpProxyPort() {
        return rtpProxyPort;
    }
    public void setRtpProxyPort(String rtpProxyPort) {
        this.rtpProxyPort = rtpProxyPort;
    }
    public String getRtpProxyTimeoutSec() {
        return rtpProxyTimeoutSec;
    }
    public void setRtpProxyTimeoutSec(String rtpProxyTimeoutSec) {
        this.rtpProxyTimeoutSec = rtpProxyTimeoutSec;
    }
    public String getRtspAuthBasic() {
        return rtspAuthBasic;
    }
@@ -678,45 +718,5 @@
    public void setShellPhell(String shellPhell) {
        this.shellPhell = shellPhell;
    }
    public String getLocalIP() {
        return localIP;
    }
    public void setLocalIP(String localIP) {
        this.localIP = localIP;
    }
    public String getRtpProxyCheckSource() {
        return rtpProxyCheckSource;
    }
    public void setRtpProxyCheckSource(String rtpProxyCheckSource) {
        this.rtpProxyCheckSource = rtpProxyCheckSource;
    }
    public String getRtpProxyDumpDir() {
        return rtpProxyDumpDir;
    }
    public void setRtpProxyDumpDir(String rtpProxyDumpDir) {
        this.rtpProxyDumpDir = rtpProxyDumpDir;
    }
    public String getRtpProxyPort() {
        return rtpProxyPort;
    }
    public void setRtpProxyPort(String rtpProxyPort) {
        this.rtpProxyPort = rtpProxyPort;
    }
    public String getRtpProxyTimeoutSec() {
        return rtpProxyTimeoutSec;
    }
    public void setRtpProxyTimeoutSec(String rtpProxyTimeoutSec) {
        this.rtpProxyTimeoutSec = rtpProxyTimeoutSec;
    }
}