简体   繁体   中英

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?

  • 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.

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. 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.

Try 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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