我正在看这个站点,该站点应该是测试TURN服务器的表(根据此答案)。
plugin.temasys.com.sg/demo/samples/web/content/peerconnection/trickle-ice/index.html
我输入了服务器信息,但找不到任何可确定服务器是否正常工作的信息。即使没有选择服务器,“候选冰”部分也看起来相同。
我的TURN服务器安装在Amazon EC2上。我遵循了coturn存储库中的安装说明:
github.com/coturn/coturn/blob/master/INSTALL
以下是执行命令从此处启动TURN服务器时在服务器中获得的内容:
RFC 3489/5389/5766/5780/6062/6156 STUN/TURN Server
Version Coturn-4.2.1.2 'Monza'
0:
Max number of open files/sockets allowed for this process: 4096
0:
Due to the open files/sockets limitation,
max supported number of TURN Sessions possible is: 2000 (approximately)
0:
==== Show him the instruments, Practical Frost: ====
0: TLS supported
0: DTLS supported
0: AEAD supported
0: Redis supported
0: PostgreSQL supported
0: MySQL supported
0: MongoDB is not supported
0: OpenSSL …Run Code Online (Sandbox Code Playgroud) 如果我的kurento媒体服务器(S1)设置在公共服务器上,并且用户A可以连接到S1,但它很慢!我想买一台主机(H1),让用户A快速连接到H1!服务器 H1 快速连接到 S1!所以我认为在 H1 上安装 coturn 作为媒体中继。我可以在 H1 上安装 coturn,并通过 H1 的 coturn 强制传输用户 A 媒体流吗?