修复推流添加国标时未添加流媒体服务器信息

This commit is contained in:
648540858 2021-10-27 14:43:44 +08:00
parent 862c5faab3
commit ac9537137c
3 changed files with 13 additions and 14458 deletions

View File

@ -104,7 +104,7 @@ public class InviteRequestProcessor extends SIPRequestAbstractProcessor {
String mediaServerId = gbStream.getMediaServerId();
mediaServerItem = mediaServerService.getOne(mediaServerId);
if (mediaServerItem == null) {
logger.info("[ app={}, stream={} ]zlm找不到返回410",gbStream.getApp(), gbStream.getStream());
logger.info("[ app={}, stream={} ]找不到zlm {}返回410",gbStream.getApp(), gbStream.getStream(), mediaServerId);
responseAck(evt, Response.GONE, "media server not found");
return;
}

14467
web_src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -154,7 +154,7 @@
console.log(row)
},
addToGB: function(row){
this.$refs.addStreamTOGB.openDialog({app: row.app, stream: row.stream}, this.initData);
this.$refs.addStreamTOGB.openDialog({app: row.app, stream: row.stream, mediaServerId: row.mediaServerId}, this.initData);
},
removeFromGB: function(row){
var that = this;