zlm srt 配置
This commit is contained in:
parent
27b56f6046
commit
bb5e4ffbac
@ -53,4 +53,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "shell.")
|
@JsonUnwrapped(prefix = "shell.")
|
||||||
private ShellConfig shell;
|
private ShellConfig shell;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "srt.")
|
||||||
|
private SrtConfig srtConfig;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class SrtConfig {
|
||||||
|
private Integer latencyMul;
|
||||||
|
private Integer pktBufSize;
|
||||||
|
private Integer port;
|
||||||
|
private Integer timeoutSec;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user