添加推流列表和拉流代理,下一步与国标关联

This commit is contained in:
panlinlin
2021-03-30 18:46:34 +08:00
parent f8fe76add2
commit 56859d09df
37 changed files with 1417 additions and 217 deletions

View File

@@ -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;
}
}