添加推流列表和拉流代理,下一步与国标关联
This commit is contained in:
@@ -35,6 +35,8 @@ public class MediaServerConfig {
|
||||
|
||||
private String wanIp;
|
||||
|
||||
private long updateTime;
|
||||
|
||||
@JSONField(name = "hls.fileBufSize")
|
||||
private String hlsFileBufSize;
|
||||
|
||||
@@ -728,4 +730,12 @@ public class MediaServerConfig {
|
||||
public void setWanIp(String wanIp) {
|
||||
this.wanIp = wanIp;
|
||||
}
|
||||
|
||||
public long getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
public void setUpdateTime(long updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user