Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既然node使用了javascript,它可以充当webrtc peer吗?
然后我可以将其编码为 VP8 流并广播给所有其他对等方吗?
WebRTC 是一个浏览器 API,而不是 Javascript 的一部分,所以它需要作为一个 Node 模块来实现。
不过有一些项目可以构建它。看一下这个:
http://blog.appfog.com/new-horizons-in-node-js-app-js-and-webrtc/