zlm rtc 配置
This commit is contained in:
parent
14e0765a4c
commit
4859dbc1e4
@ -0,0 +1,14 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class RtcConfig {
|
||||||
|
private String externIP;
|
||||||
|
private Integer port;
|
||||||
|
private String preferredCodecA;
|
||||||
|
private String preferredCodecV;
|
||||||
|
private Integer rembBitRate;
|
||||||
|
private Integer tcpPort;
|
||||||
|
private Integer timeoutSec;
|
||||||
|
}
|
@ -35,4 +35,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "record.")
|
@JsonUnwrapped(prefix = "record.")
|
||||||
private RecordConfig record;
|
private RecordConfig record;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "rtc.")
|
||||||
|
private RtcConfig rtc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user