mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-27 15:37:50 +08:00
Compare commits
3 Commits
eece504d9f
...
a88a0e60b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a88a0e60b8 | ||
|
|
7704c3a7fb | ||
|
|
c543840830 |
@ -217,7 +217,7 @@ public class InviteRequestProcessor extends SIPRequestProcessorParent implements
|
||||
if (sendRtpItem.isTcpActive()) {
|
||||
MediaServer mediaServer = mediaServerService.getOne(sendRtpItem.getMediaServerId());
|
||||
try {
|
||||
mediaServerService.startSendRtpPassive(mediaServer, sendRtpItem, 5);
|
||||
mediaServerService.startSendRtpPassive(mediaServer, sendRtpItem, 5*1000);
|
||||
DeviceChannel deviceChannel = deviceChannelService.getOneForSourceById(sendRtpItem.getChannelId());
|
||||
if (deviceChannel != null) {
|
||||
redisCatchStorage.sendPlatformStartPlayMsg(sendRtpItem, deviceChannel, platform);
|
||||
|
||||
@ -19,6 +19,7 @@ spring:
|
||||
max-file-size: 10MB
|
||||
max-request-size: 100MB
|
||||
# REDIS数据库配置
|
||||
data:
|
||||
redis:
|
||||
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
|
||||
host: 127.0.0.1
|
||||
|
||||
@ -198,6 +198,7 @@ export default {
|
||||
},
|
||||
refreshLayer(){
|
||||
this.closeInfoBox()
|
||||
|
||||
// 刷新瓦片图层
|
||||
if (channelLayer) {
|
||||
this.$refs.mapComponent.refreshLayer(channelLayer)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user