Is it possible to stream video p2p (or other technology) between iOS, Android, Browser

淺唱寂寞╮ 提交于 2019-12-09 13:20:54

问题


I'm just learingn mobile web development and thinking about task: Is there a way to make a videostream betwen iOS, Android and Browser. What architecture and technology it should use. I already read this quetion on SO Peer-to-Peer video from iOS to Android? but there is nothing about browsers.

If it can't be p2p and crossplatfom at the same time. I thought i shoud use Red5 server or etc. or Xmpp

So I'm asking your advice and opinion here. Any information would be valuable


回答1:


Yes, You can !!!

There is new technology enforced by google is WEBRTC

It is stands for "web real time communication" and is an opensource project funded by google.

It is also support Android/iPhone native application.

I am working on it and got success say 60%.

Video clarity is good but audio is choppy.

You can find source code from Here

Discussion with community Here

You can see live demo Here

NOTE:

It is ongoing project and has not been stable yet. Google team is working on.Currently it is working on latest Chrome,FF and opera. IE has not given support yet.




回答2:


Yes,the open source solution should be WEBRTC technology,please check it on official website: webrtc.org



来源:https://stackoverflow.com/questions/23647389/is-it-possible-to-stream-video-p2p-or-other-technology-between-ios-android-b

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