Node.js video chat application [closed]

╄→гoц情女王★ 提交于 2019-12-03 05:53:31

问题


How would you implement a video chat application using node.js?

Any resources(tutorials, books, links) or a general gameplan/strategy would be greatly appreciated


回答1:


Right now there are two Node.js projects for video chat. Both are experimental, but I've heard they work quite well if you can get them running.

https://github.com/webRTC/webrtc.io-client => The current champ for chat.

https://github.com/kdomagal/Web-RTC => Only a demo app




回答2:


There is a Project that aims at these sorts of problems (http://www.webrtc.org/). I would probably stream the video to the server and then to the client, or wait til the P2P API is ready and then implement a P2P version if you have time to wait.



来源:https://stackoverflow.com/questions/13377884/node-js-video-chat-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!