- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在这里,我正在尝试运行WebRTC代码中的一些示例...
我在计算机(运行Windows 8.1的笔记本电脑)上成功运行peerconnection_server.exe。
我还通过peerconnection_client.exe运行2个客户端。在peerconnection_server上,我看到以下内容:
Server listening on port 8888 New connection...
New member added (total=1): lkarapetyan@SYS0700
Disconnecting socket
Total connected: 1
New connection...
New connection...
New member added (total=2): lkarapetyan@SYS0700
Disconnecting socket
Total connected: 2
Disconnecting socket
Total connected: 2
New connection...
New connection...
最佳答案
我有同样的问题。您应该在下面的WebRTC问题跟踪器中查看问题4244。我的理解是,该问题现已解决,因此将存储库同步到当前的8335版本应该可以解决此问题。我通过在Visual Studio中创建自己的peerconnection_server项目来解决该问题。这非常简单-只需创建一个新的控制台项目,将源代码替换为peerconnection_server项目的源代码,并删除所有与webRTC存储库其余部分相关的代码即可。只是命令行处理会导致依赖性。剥掉。 peerconnection_server的其余部分独立于webRTC源,如果尚未解决问题4244,则可以根据需要非常简单地进行编译和修改。
要测试服务器是否正常工作,请查看
http://www.webrtc.org/native-code/development-段落“测试对等连接服务器”。
https://code.google.com/p/webrtc/issues/detail?id=4244&can=1&q=peerconnection_server&colspec=ID Pri Mstone发行版块区域状态所有者摘要
关于sockets - peerconnection_client不显示对等体列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28457504/
我是一名优秀的程序员,十分优秀!