1 Star 0 Fork 0

大熊 / telepresence

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Configuration_NAT_Firewall_traversal.md 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
Mamadou DIOP 提交于 2015-08-18 20:35 . -

This section shows how to enable or disable symmetric RTP (technical details here), ICE (technical details here) and RTCP-MUX (technical details here).

rtp-symmetric-enabled = yes # no to disable
ice-enabled = yes # no to disable
icestun-enabled = yes
stun-server = stun.l.google.com;19302;stun-user;stun-password
rtcp-mux-enabled = yes # no to disable

Configuration 6: Enabling/disabling NAT traversal features

  • rtp-symmetric-enabled - whether to enable symmetric RTP (RFC 4961) for NAT and firewall traversal
  • ice-enabled - whether to enable ICE (RFC 5245) for NAT and firewall traversal.
  • icestun-enabled - whether to use STUN to gather reflexive addresses or not. This option is useful when the server is on a public network or all peers are on the same local network. In these cases, disabling STUN for ICE will speed up the call setup. Disabling icestun is also useful when the system is installed on a PC without access to internet.
  • stun-server - defines the STUN/TURN server to use to gather reflexive addresses for the ICE candidates. If no server is defined then, a default one will be used. The default STUN/TURN server is numb.viagenie.ca:3478.
    • Format: server-fqdn-value; server-port-value; user-name-value; user-password-value
      • server-fqdn-value: A valid IPv4/v6 address or host name.
      • server-port: A valid port number.
      • user-name-value: The login to use for TURN authentication. Use star (*) to ignore.
      • user-password-value: The password to use for TURN authentication. Use star (*) to ignore.
  • rtcp-mux-enabled - whether to enable RTC-MUX (RFC 5761).
1
https://gitee.com/yumin11522/telepresence.git
git@gitee.com:yumin11522/telepresence.git
yumin11522
telepresence
telepresence
master

搜索帮助