Best way to develop a simple video chat app for android and iOS [closed]

北城以北 提交于 2019-12-06 23:22:21

问题


I am trying to develop a simple Video Chat app, but I don't know how to Start.

I know there are a couple of ways to do this: WebRTC, Adobe Flex.

But WebRTC is only for p2p and the Adobe Products are expensive.

Do you know better ways to develop a Video Chat? The best would be a small tutorial.


回答1:


I'm a developer with the easyRTC project. It is WebRTC based (thus no IOS), but it's also easy for most people with a little JavaScript experience to get working.

  • Opensource Homepage
  • Live Demo site
  • Support forum
  • Video of Windows 7 install
  • Video of cross-platform install

Currently it's still early-days, so OS and browser support is currently limited. WebRTC is supported by Chrome and Firefox beta on Windows, Linux, Android.



来源:https://stackoverflow.com/questions/17010212/best-way-to-develop-a-simple-video-chat-app-for-android-and-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!