zlm record 配置
This commit is contained in:
parent
d1f95c5598
commit
14e0765a4c
@ -0,0 +1,12 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class RecordConfig {
|
||||||
|
private String appName;
|
||||||
|
private Integer fastStart;
|
||||||
|
private Integer fileBufSize;
|
||||||
|
private Integer fileRepeat;
|
||||||
|
private Integer sampleMS;
|
||||||
|
}
|
@ -32,4 +32,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "protocol.")
|
@JsonUnwrapped(prefix = "protocol.")
|
||||||
private ProtocolConfig protocol;
|
private ProtocolConfig protocol;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "record.")
|
||||||
|
private RecordConfig record;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user