简体   繁体   English

开发WEB视频会议应用程序所需的技术堆栈?

[英]Technology stack required for development of WEB video conference application?

We have requirement to develop a full fledged WEB application which should support the following functionality in any browser/tablets/android/ios? 我们需要开发一个完整的WEB应用程序,该应用程序应在任何浏览器/平板电脑/ android / ios中支持以下功能吗?

  • video conference one to one. 视频会议一对一。
  • video conference one to many. 视频会议一对多。
  • screen sharing. 屏幕共享。
  • video/screen recording. 视频/屏幕录像。

I have already gone through WebRTC which has browser compatibility issues on IE and Safari for video chat and it seems the screen sharing works only on chrome to chrome browser. 我已经经历过WebRTC,WebRTC在IE和Safari上进行视频聊天时存在浏览器兼容性问题,并且似乎屏幕共享仅适用于chrome到chrome浏览器。

Can anyone help me on technology stacks to achieve above? 谁能帮助我实现上述目标?

At this point in time, the best way to do the above is to write plugins for the IE and Safari that do not (yet?) support WebRTC and use WebRTC for the Chrome and Firefox. 此时,执行上述操作的最佳方法是为IE和Safari编写不(尚未?)支持WebRTC的插件,并为Chrome和Firefox使用WebRTC。 You might be tempted to also write plugins for Chrome and Firefox but they are phasing out plugins so that is not a good long term solution. 您可能还会尝试为Chrome和Firefox编写插件,但是它们正在逐步淘汰插件,因此这不是一个好的长期解决方案。

Try http://skylink.io/ 试试http://skylink.io/

They are already providing plugins for IE and Safari alongwith a stack of SDKs to build an application on top of it. 他们已经在为IE和Safari提供插件,以及一堆可在其之上构建应用程序的SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM