webrtc - 我们可以将 google stun 服务器(nodejs webrtc.io-client 的默认设置)用于商业应用程序吗?

标签 webrtc stun

https://npmjs.org/package/webrtc.io-client说:

Usage

rtc.createStream({"video": true, "audio":true}, function(stream){
  // get local stream for manipulation
}
rtc.connect('ws://yourserveraddress:8001', optionalRoom);
//

then a bunch of callbacks are available

You can set the STUN server by calling rtc.SERVER = "STUN stun.l.google.com:19302" and set your server. The default STUN server used by the library is one from google.



我也可以为我的商业应用程序使用相同的 STUN 服务器吗?

最佳答案

你是否可以?
是的。
你应该?
不。
未经同意使用任何第三方是危险的,并且可能会让您在 future 被烧毁。
一些历史:
谷歌此前曾发出after the fact API restrictions/price changes这让很多人的商业模式 splinter 了。

关于webrtc - 我们可以将 google stun 服务器(nodejs webrtc.io-client 的默认设置)用于商业应用程序吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14797780/

相关文章:

node.js - 无法读取未定义的 socketio 的属性 'emit'

安卓 : How to turn on FLASHLIGHT using WEBRTC android io. pristine.libjingle:11139

javascript - WebRTC。不显示视频

linux - 眩晕客户端是否启动 UDP 服务器以获取传入流量

webrtc - NAT 后面的 coTurn 服务器

google-chrome - 运行 Chrome Webrtc 日志

java - 在Android应用程序中实现webrtc

webrtc - 为什么 WebRTC 使用候选对而不是 IP + 端口对进行双向通信

azure - AZURE VM (Ubuntu Server 16.04 LTS) 上的 Coturn WebRTC 问题

java - 在运行时用 TCP 套接字替换打洞/STUN UDP 套接字