zlm multicast 配置
This commit is contained in:
parent
e348d87030
commit
3cb10100a3
@ -0,0 +1,10 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class MulticastConfig {
|
||||||
|
private String addrMax;
|
||||||
|
private String addrMin;
|
||||||
|
private Integer udpTTL;
|
||||||
|
}
|
@ -26,4 +26,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "http.")
|
@JsonUnwrapped(prefix = "http.")
|
||||||
private HttpConfig http;
|
private HttpConfig http;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "multicast.")
|
||||||
|
private MulticastConfig multicast;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user