From c94578fab22329aee5979e8676a841b9fb5ab9fe 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:33:18 +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 d938393..ebaeeca 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 : 6901 + port : 44444 }, { protocol : 'tcp', ip : process.env.MEDIASOUP_LISTEN_IP || '0.0.0.0', // 换成你的IP地址 announcedAddress : process.env.MEDIASOUP_ANNOUNCED_IP, - port : 6901 + port : 44444 } ] },