重构INVITE消息处理中的上级点播请求

This commit is contained in:
648540858
2024-08-14 17:19:19 +08:00
parent d5621f9489
commit cce1d1de40
28 changed files with 489 additions and 406 deletions

View File

@@ -172,8 +172,10 @@ public class StreamContent {
if (streamInfo.getRtcs() != null) {
this.rtcs = streamInfo.getRtcs().getUrl();
}
if (streamInfo.getMediaServer() != null) {
this.mediaServerId = streamInfo.getMediaServer().getId();
}
this.mediaServerId = streamInfo.getMediaServerId();
this.mediaInfo = streamInfo.getMediaInfo();
this.startTime = streamInfo.getStartTime();
this.endTime = streamInfo.getEndTime();