重构INVITE消息处理中的上级点播请求
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user