zlm rtp 配置
This commit is contained in:
parent
8c71104071
commit
a2f1fee7a2
@ -0,0 +1,14 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class RtpConfig {
|
||||||
|
private Integer audioMtuSize;
|
||||||
|
@JsonProperty("h264_stap_a")
|
||||||
|
private Integer h264StapA;
|
||||||
|
private Integer lowLatency;
|
||||||
|
private Integer rtpMaxSize;
|
||||||
|
private Integer videoMtuSize;
|
||||||
|
}
|
@ -41,4 +41,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "rtmp.")
|
@JsonUnwrapped(prefix = "rtmp.")
|
||||||
private RtmpConfig rtmp;
|
private RtmpConfig rtmp;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "rtp.")
|
||||||
|
private RtpConfig rtp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user