zlm rtsp 配置
This commit is contained in:
parent
f4e532a7ec
commit
cc2366ef6d
@ -0,0 +1,18 @@
|
||||
package cn.skcks.docking.gb28181.media.dto.config;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class RtspConfig {
|
||||
private Integer authBasic;
|
||||
private Integer directProxy;
|
||||
private Integer handshakeSecond;
|
||||
private Integer keepAliveSecond;
|
||||
private Integer lowLatency;
|
||||
private Integer port;
|
||||
private Integer rtpTransportType;
|
||||
|
||||
@JsonProperty("sslport")
|
||||
private Integer sslPort;
|
||||
}
|
@ -47,4 +47,7 @@ public class ServerConfig {
|
||||
|
||||
@JsonUnwrapped(prefix = "rtp_proxy.")
|
||||
private RtpProxyConfig rtpProxy;
|
||||
|
||||
@JsonUnwrapped(prefix = "rtsp.")
|
||||
private RtspConfig rtsp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user