| | |
| | | package com.genersoft.iot.vmp.media.zlm; |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import org.springframework.util.StringUtils; |
| | | |
| | | public class ZLMServerConfig { |
| | | |
| | |
| | | @JSONField(name = "general.streamNoneReaderDelayMS") |
| | | private String generalStreamNoneReaderDelayMS; |
| | | |
| | | private String localIP; |
| | | private String ip; |
| | | |
| | | private String wanIp; |
| | | private String sdpIp; |
| | | |
| | | private long updateTime; |
| | | private String streamIp; |
| | | |
| | | private String updateTime; |
| | | |
| | | private String createTime; |
| | | |
| | | @JSONField(name = "hls.fileBufSize") |
| | | private String hlsFileBufSize; |
| | |
| | | private String hookEnable; |
| | | |
| | | @JSONField(name = "hook.on_flow_report") |
| | | private String hookOnFlowReport; |
| | | private Integer hookOnFlowReport; |
| | | |
| | | @JSONField(name = "hook.on_http_access") |
| | | private String hookOnHttpAccess; |
| | |
| | | private String httpNotFound; |
| | | |
| | | @JSONField(name = "http.port") |
| | | private String httpPort; |
| | | private Integer httpPort; |
| | | |
| | | @JSONField(name = "http.rootPath") |
| | | private String httpRootPath; |
| | |
| | | private String httpSendBufSize; |
| | | |
| | | @JSONField(name = "http.sslport") |
| | | private String httpSSLport; |
| | | private Integer httpSSLport; |
| | | |
| | | @JSONField(name = "multicast.addrMax") |
| | | private String multicastAddrMax; |
| | |
| | | private String rtmpModifyStamp; |
| | | |
| | | @JSONField(name = "rtmp.port") |
| | | private String rtmpPort; |
| | | private Integer rtmpPort; |
| | | |
| | | @JSONField(name = "rtmp.sslport") |
| | | private String rtmpSslPort; |
| | | private Integer rtmpSslPort; |
| | | |
| | | @JSONField(name = "rtp.audioMtuSize") |
| | | private String rtpAudioMtuSize; |
| | |
| | | private String rtpProxyDumpDir; |
| | | |
| | | @JSONField(name = "rtp_proxy.port") |
| | | private String rtpProxyPort; |
| | | private Integer rtpProxyPort; |
| | | |
| | | @JSONField(name = "rtp_proxy.timeoutSec") |
| | | private String rtpProxyTimeoutSec; |
| | |
| | | private String rtspKeepAliveSecond; |
| | | |
| | | @JSONField(name = "rtsp.port") |
| | | private String rtspPort; |
| | | private Integer rtspPort; |
| | | |
| | | @JSONField(name = "rtsp.sslport") |
| | | private String rtspSSlport; |
| | | private Integer rtspSSlport; |
| | | |
| | | @JSONField(name = "shell.maxReqSize") |
| | | private String shellMaxReqSize; |
| | | |
| | | @JSONField(name = "shell.shell") |
| | | private String shellPhell; |
| | | |
| | | |
| | | public String getApiDebug() { |
| | | return apiDebug; |
| | |
| | | this.generalEnableVhost = generalEnableVhost; |
| | | } |
| | | |
| | | public String getGeneralMediaServerId() { |
| | | return generalMediaServerId; |
| | | } |
| | | |
| | | public void setGeneralMediaServerId(String generalMediaServerId) { |
| | | this.generalMediaServerId = generalMediaServerId; |
| | | } |
| | | |
| | | public String getGeneralFlowThreshold() { |
| | | return generalFlowThreshold; |
| | | } |
| | |
| | | this.generalStreamNoneReaderDelayMS = generalStreamNoneReaderDelayMS; |
| | | } |
| | | |
| | | public String getLocalIP() { |
| | | return localIP; |
| | | public String getIp() { |
| | | return ip; |
| | | } |
| | | |
| | | public void setLocalIP(String localIP) { |
| | | this.localIP = localIP; |
| | | public void setIp(String ip) { |
| | | this.ip = ip; |
| | | } |
| | | |
| | | public String getSdpIp() { |
| | | return sdpIp; |
| | | } |
| | | |
| | | public void setSdpIp(String sdpIp) { |
| | | this.sdpIp = sdpIp; |
| | | } |
| | | |
| | | public String getStreamIp() { |
| | | return streamIp; |
| | | } |
| | | |
| | | public void setStreamIp(String streamIp) { |
| | | this.streamIp = streamIp; |
| | | } |
| | | |
| | | public String getUpdateTime() { |
| | | return updateTime; |
| | | } |
| | | |
| | | public void setUpdateTime(String updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getHlsFileBufSize() { |
| | |
| | | this.hookEnable = hookEnable; |
| | | } |
| | | |
| | | public String getHookOnFlowReport() { |
| | | public Integer getHookOnFlowReport() { |
| | | return hookOnFlowReport; |
| | | } |
| | | |
| | | public void setHookOnFlowReport(String hookOnFlowReport) { |
| | | public void setHookOnFlowReport(Integer hookOnFlowReport) { |
| | | this.hookOnFlowReport = hookOnFlowReport; |
| | | } |
| | | |
| | |
| | | this.httpNotFound = httpNotFound; |
| | | } |
| | | |
| | | public String getHttpPort() { |
| | | public Integer getHttpPort() { |
| | | return httpPort; |
| | | } |
| | | |
| | | public void setHttpPort(String httpPort) { |
| | | public void setHttpPort(Integer httpPort) { |
| | | this.httpPort = httpPort; |
| | | } |
| | | |
| | |
| | | this.httpSendBufSize = httpSendBufSize; |
| | | } |
| | | |
| | | public String getHttpSSLport() { |
| | | public Integer getHttpSSLport() { |
| | | return httpSSLport; |
| | | } |
| | | |
| | | public void setHttpSSLport(String httpSSLport) { |
| | | public void setHttpSSLport(Integer httpSSLport) { |
| | | this.httpSSLport = httpSSLport; |
| | | } |
| | | |
| | |
| | | this.rtmpModifyStamp = rtmpModifyStamp; |
| | | } |
| | | |
| | | public String getRtmpPort() { |
| | | public Integer getRtmpPort() { |
| | | return rtmpPort; |
| | | } |
| | | |
| | | public void setRtmpPort(String rtmpPort) { |
| | | public void setRtmpPort(Integer rtmpPort) { |
| | | this.rtmpPort = rtmpPort; |
| | | } |
| | | |
| | | public Integer getRtmpSslPort() { |
| | | return rtmpSslPort; |
| | | } |
| | | |
| | | public void setRtmpSslPort(Integer rtmpSslPort) { |
| | | this.rtmpSslPort = rtmpSslPort; |
| | | } |
| | | |
| | | public String getRtpAudioMtuSize() { |
| | |
| | | this.rtpProxyDumpDir = rtpProxyDumpDir; |
| | | } |
| | | |
| | | public String getRtpProxyPort() { |
| | | public Integer getRtpProxyPort() { |
| | | return rtpProxyPort; |
| | | } |
| | | |
| | | public void setRtpProxyPort(String rtpProxyPort) { |
| | | public void setRtpProxyPort(Integer rtpProxyPort) { |
| | | this.rtpProxyPort = rtpProxyPort; |
| | | } |
| | | |
| | |
| | | this.rtspKeepAliveSecond = rtspKeepAliveSecond; |
| | | } |
| | | |
| | | public String getRtspPort() { |
| | | public Integer getRtspPort() { |
| | | return rtspPort; |
| | | } |
| | | |
| | | public void setRtspPort(String rtspPort) { |
| | | public void setRtspPort(Integer rtspPort) { |
| | | this.rtspPort = rtspPort; |
| | | } |
| | | |
| | | public String getRtspSSlport() { |
| | | public Integer getRtspSSlport() { |
| | | return rtspSSlport; |
| | | } |
| | | |
| | | public void setRtspSSlport(String rtspSSlport) { |
| | | public void setRtspSSlport(Integer rtspSSlport) { |
| | | this.rtspSSlport = rtspSSlport; |
| | | } |
| | | |
| | |
| | | |
| | | public void setShellPhell(String shellPhell) { |
| | | this.shellPhell = shellPhell; |
| | | } |
| | | |
| | | public String getWanIp() { |
| | | return wanIp; |
| | | } |
| | | |
| | | public void setWanIp(String wanIp) { |
| | | this.wanIp = wanIp; |
| | | } |
| | | |
| | | public long getUpdateTime() { |
| | | return updateTime; |
| | | } |
| | | |
| | | public void setUpdateTime(long updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getGeneralMediaServerId() { |
| | | return generalMediaServerId; |
| | | } |
| | | |
| | | public void setGeneralMediaServerId(String generalMediaServerId) { |
| | | this.generalMediaServerId = generalMediaServerId; |
| | | } |
| | | |
| | | public String getRtmpSslPort() { |
| | | return rtmpSslPort; |
| | | } |
| | | |
| | | public void setRtmpSslPort(String rtmpSslPort) { |
| | | this.rtmpSslPort = rtmpSslPort; |
| | | } |
| | | } |