开发网络摄像头聊天应用程序
我正在尝试构建小型网络摄像头聊天(网络应用程序)。我在谷歌上搜索并找到了一些解决方案,但我认为建议的文档和博客不能满足我的需求。
我正在寻找具有 Apache/MIT 之类许可证的完整开源堆栈。
我不想使用基于 Flex/Flash 的代码。
您能推荐一下吗: - 一个好的服务器 - 没有闪光灯/柔性可以吗?如果是的话怎么办?我的意思是任何特定的 Javascript 库。 - 我希望通过某种应用程序架构提供一些指导。
它包括客户端和服务器端。我知道有一些服务器托管可用,但我不想这样做。
I am trying build small webcam chat (web application). I searched on google and found some solutions but I don't think the documents and blogs suggested meet my needs.
I am looking for complete open source stack with Apache/MIT like license.
I don't want to use flex/flash based code.
Could you recommend:
- a good server
- Is it possible without flash/flex? If yes then how? I mean any specific Javascript lib for the same.
- I would appriciate some pointers are provided with some kind application architecture.
It includes both client and server. I know there are some Servers hosting is available but i don't want to go for that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我几乎 100% 确定没有内置的 js 库,或者是否可以创建自己的库。你必须有某种浏览器插件。考虑到几乎每个人都拥有闪存,闪存可能是最好的选择。如果你实在无法使用flash,请尝试使用java。如果您无法做到这一点,请查找浏览器插件,然后指导客户安装它。如果你做不到,那么你可能别无选择。如果这没有帮助,请告诉我们为什么您不能使用闪光灯。
I'm almost 100% sure there isn't a built in library for that with js or is it possible to make your own library. you have to have some kind of browser plugin. flash might be the best way to go considering that almost everyone has it. If you really can't use flash try using java. if you can't do that, look for a browser plugin and then instruct clients to install it. if you can't do that then your probably out of options. if this isn't helpful, tell us why you can't use flash.