Look into WebRTC, it's a new technology by Google and doesn't require any plugins! It's still under development but the code is available and working at the moment!
我知道这有点广告,但您可以尝试查看 http://www.addlive.com。我们提供全面的 API 集,允许您在 Web 上构建 RTC 应用程序(插件和本机 WebRTC 之上的 JS 绑定(如果可用))以及本机移动和桌面 SDK。
I know it's a bit of advert, but you could try to look into http://www.addlive.com. We offer comprehensive set of APIs allowing you to build RTC apps on the web (JS bindings on top of a plug-in and native WebRTC if available) and native mobile and dekstop SDKs.
Vidyo.io can help with this. (Full disclosure: I work for Vidyo.) It provides a simple JavaScript API that supports WebRTC capable browsers and a plug-in for Safari and IE. We also have sample apps on our github page https://github.com/vidyo to help you create a page simile to what you're looking for.
发布评论
评论(4)
SO 搜索揭示了许多类似的问题,值得检查/贡献。
这取决于您是否想要免费的东西或准备付费,但出现的一些事情是(注意我自己没有使用过其中任何一个):
要快速启动并运行,tokbox 似乎是最合适的。
A SO search reveals lots of similar questions which are worth checking/contributing to.
It depends if you want something free or are prepared to pay but some things that come up are (mind I havent used any of these myself):
To get up and running quickly it seems tokbox would be most suitable.
看看WebRTC,这是Google的一项新技术,不需要任何插件!它仍在开发中,但代码目前可用并且正在运行!
Look into WebRTC, it's a new technology by Google and doesn't require any plugins! It's still under development but the code is available and working at the moment!
我知道这有点广告,但您可以尝试查看 http://www.addlive.com。我们提供全面的 API 集,允许您在 Web 上构建 RTC 应用程序(插件和本机 WebRTC 之上的 JS 绑定(如果可用))以及本机移动和桌面 SDK。
I know it's a bit of advert, but you could try to look into http://www.addlive.com. We offer comprehensive set of APIs allowing you to build RTC apps on the web (JS bindings on top of a plug-in and native WebRTC if available) and native mobile and dekstop SDKs.
Vidyo.io 可以帮助解决此问题。 (全面披露:我在 Vidyo 工作。)它提供了一个简单的 JavaScript API,支持支持 WebRTC 的浏览器以及 Safari 和 IE 的插件。我们的 github 页面上还提供了示例应用程序 https://github.com/vidyo 来帮助您创建页面类似于您正在寻找的东西。
Vidyo.io can help with this. (Full disclosure: I work for Vidyo.) It provides a simple JavaScript API that supports WebRTC capable browsers and a plug-in for Safari and IE. We also have sample apps on our github page https://github.com/vidyo to help you create a page simile to what you're looking for.