PHP 中有 STUN/TURN/ICE 客户端库吗?
我正在尝试在部署在不同网络(均位于 NAT 后面)的计算机上的两个 PHP 守护进程之间建立 P2P。我在 Google 上搜索了使用 PHP 的 NAT 遍历,似乎 PHP 中没有现有的解决方案。
有谁知道使用 PHP 解决这个问题的解决方案/库?
I am trying to establish P2P between two PHP daemon deployed on machines in different network (both behind NAT). I searched around for NAT traversal using PHP on Google and seems like their is no existing solution for this in PHP.
Does anyone know about a solution/library to work this around with PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果其他人正在寻找答案,这里有一个简单的类可以完成这项工作:
它的使用方式如下:
If anybody else is looking for an answer, here is a simple class that does the job:
It's used like this: