使用android的sip进行安卓视频通话

标签 android video-streaming sip

我想在 android 中开发一个视频通话程序。我想到了使用 android 2.3.3 中引入的内置 sip。但是我怎样才能发起视频通话呢?我看到它不受支持。

最佳答案

我相信通用的 Android SIP 堆栈支持视频。

取自: https://developer.android.com/reference/android/net/sip/package-summary.html

If you want to create generic SIP connections (such as for video calls or other), you can create a SIP connection from the SipManager, using open(). If you only want to create audio SIP calls, though, you should use the SipAudioCall class, as described above.

如果您不介意使用外部 SIP 堆栈,请查看:

http://www.youtube.com/watch?v=g1NHEsXFEns

它使用 Jain-SIP .

编辑:最近,这个项目似乎是原生 Android SIP 领域的领导者:

https://code.google.com/p/csipsimple/ - 开源,它们提供您进行语音和视频通话所需的一切。

关于使用android的sip进行安卓视频通话,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8960312/

相关文章:

android - 如何在本地构建从 .git 存储库获取的 ionic 应用程序

android - 如何修复 android Studio 4.1.1 中的 aapt2 错误?

android - 打开/关闭移动蜂窝数据(移动互联网)时如何触发 BroadcastReceiver

android - 是否有可能在 Android Studio 中构建一个带有 .so 作为输出的 native 模块

python - 如何使用 Visual Studio 2015 构建 PJSUA2 (swig)

ios - 如何使用 DNS 域连接到 SIP 服务器

ffmpeg - 如何修复媒体源扩展错误 : Initialization segment misses expected aac track

python - 如何在python中使用opencv从sftp位置读取视频文件

ios - iOS 上的渐进式视频下载

ios - 如何为 PJSUA 应用程序运行单独创建日志文件?