临时提交

This commit is contained in:
lin
2025-10-11 21:37:41 +08:00
parent da9aaadda0
commit 29099cbaa4
5 changed files with 44 additions and 13 deletions

View File

@@ -111,6 +111,9 @@ public class StreamContent {
@Schema(description = "拉流代理返回的KEY")
private String key;
@Schema(description = "使用的WVP ID")
private String serverId;
public StreamContent(StreamInfo streamInfo) {
if (streamInfo == null) {
return;
@@ -190,6 +193,7 @@ public class StreamContent {
this.progress = streamInfo.getProgress();
this.duration = streamInfo.getDuration();
this.key = streamInfo.getKey();
this.serverId = streamInfo.getServerId();
if (streamInfo.getDownLoadFilePath() != null) {
this.downLoadFilePath = streamInfo.getDownLoadFilePath();