From f041323a2bce037843fcb163b017427baa556da3 Mon Sep 17 00:00:00 2001 From: liusuyi <1951119284@qq.com> Date: 星期三, 24 七月 2024 16:41:16 +0800 Subject: [PATCH] 优化:修改未读消息入库前判断不存在则插入 取消:程序自动拉起redis/mediamtx/minio,中间件全部服务化 增加:流媒体vtdu详情接口 --- server/mediamtx/mediamtx.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/mediamtx/mediamtx.yml b/server/mediamtx/mediamtx.yml index 81ca38d..55e4b6c 100644 --- a/server/mediamtx/mediamtx.yml +++ b/server/mediamtx/mediamtx.yml @@ -44,17 +44,17 @@ # Enable the HTTP API. api: yes # Address of the API listener. -apiAddress: 192.168.1.227:9997 +apiAddress: 192.168.1.27:9997 # Enable Prometheus-compatible metrics. metrics: no # Address of the metrics listener. -metricsAddress: 192.168.1.227:9998 +metricsAddress: 192.168.1.27:9998 # Enable pprof-compatible endpoint to monitor performances. pprof: no # Address of the pprof listener. -pprofAddress: 192.168.1.227:9999 +pprofAddress: 192.168.1.27:9999 # Command to run when a client connects to the server. # This is terminated with SIGINT when a client disconnects from the server. @@ -222,10 +222,10 @@ password: '' # List of interfaces that will be used to gather IPs to send # to the counterpart to establish a connection. -webrtcICEInterfaces: [] +webrtcICEInterfaces: [192.168.1.1] # List of public IP addresses that are to be used as a host. # This is used typically for servers that are behind 1:1 D-NAT. -webrtcICEHostNAT1To1IPs: [192.168.1.227] +webrtcICEHostNAT1To1IPs: [192.168.1.27] # Address of a ICE UDP listener in format host:port. # If filled, ICE traffic will pass through a single UDP port, # allowing the deployment of the server inside a container or behind a NAT. -- Gitblit v1.9.3