【ICE 】 coturn :开源TURN and STUN Server 实现

邢凌
2023-12-01

coturn

  • webrtc 使用coturn作为ICE 服务器
  • 通过ICE 可以基于DTLS 作音视频传输
  • 原生p2p 技术

源于rfc5766 turn server 的代码

This project evolved from rfc5766-turn-server project (https://code.google.com/p/rfc5766-turn-server/). There are many new advanced TURN specs which are going far beyond the original RFC 5766 document. This project takes the code of rfc5766-turn-server as the starter, and adds new advanced features to it.

Downloads page

Wiki pages

实现了turn 和stun

  • Free open source implementation of TURN and STUN Server #

  • The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too.

  • <
 类似资料: