简体   繁体   English

适用于iOS的视频(带有音频)聊天

[英]Video(with Audio) chat for iOS

我正在尝试为iOS开发一个应用程序,其中包括视频(带有音频/语音)和文本聊天。聊天将是一对一聊天。视频的一个来源肯定来自台式机/便携式摄像机(或IP摄像机) )。如何在iOS设备上实现此目标?欢迎使用任何开源/免费库作为解决方案。

ooVoo provides free sdk for video chat implementations its very easy to use. ooVoo为视频聊天实现提供了免费的SDK,非常易于使用。 But for free sdk it will have ooVoo logo at the bottom of the screen. 但是免费的SDK会在屏幕底部显示ooVoo徽标。 For more information go to this link: https://developer.oovoo.com/ 有关更多信息,请访问此链接: https : //developer.oovoo.com/

If you want to implement your own video chat application. 如果您想实现自己的视频聊天应用程序。 You can use xmpp, this link has a good example for xmpp implementation on iOS : https://github.com/robbiehanson/XMPPFramework [it doesn't have video chat implementation you have to modify it]. 您可以使用xmpp,此链接为iOS上的xmpp实现提供了一个很好的示例: https : //github.com/robbiehanson/XMPPFramework [它没有视频聊天实现,您必须对其进行修改]。

Or you can write your own custom socket program. 或者,您可以编写自己的自定义套接字程序。 In which you will be able to send and receive UDP packet which will contain the video data. 在其中您将能够发送和接收包含视频数据的UDP数据包。

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

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