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.
我想为我的一个社交应用程序构建视频/音频聊天应用程序。是否有任何可用的 java、ruby 或 node.js 库可以帮助我们构建音频/视频聊天应用程序。
或任何帮助我们构建视频聊天应用程序的建议/技术文章。
试试 Raydash.com,它有用于视频聊天的 rails 插件。
你可以在 github 上找到插件
xmpp 协议是一个好的开始。服务器有很多实现,其中一些支持视频会议。有很多对各种语言的支持,包括 ruby、java,甚至是 node(http://github.com/astro/node-xmpp) 的基本实现,如果那是你的事。
http://www.xmpp.org