From fadf2dd221a5951c41e59e98bcabf5235b0d4c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Fri, 13 Sep 2024 14:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/config.js b/server/config.js index ebaeeca..d938393 100644 --- a/server/config.js +++ b/server/config.js @@ -126,13 +126,13 @@ module.exports = protocol : 'udp', ip : process.env.MEDIASOUP_LISTEN_IP || '0.0.0.0', // 换成你的IP地址 announcedAddress : process.env.MEDIASOUP_ANNOUNCED_IP, - port : 44444 + port : 6901 }, { protocol : 'tcp', ip : process.env.MEDIASOUP_LISTEN_IP || '0.0.0.0', // 换成你的IP地址 announcedAddress : process.env.MEDIASOUP_ANNOUNCED_IP, - port : 44444 + port : 6901 } ] },