目前,我正在为安卓构建mVoIP服务。我选择了FreeSwitch作为SIP服务器,通过PC通信是没有问题的。然而,所有Android开源系统都会使语音延迟。以下是我们到目前为止面临的数据。
案例1- FreeSwitch + PC
FreeSwitch 1.2 Stable version
Linux CentOS 6.5
Xlite Softphone for PC Windows8
Voice delay - less than 50ms
案例2- FreeSwitch +安卓Sipdroid
FreeSwitch 1.2 Stable version
Linux CentOS 6.5
Sipdroid for Android
Voice delay - 80 ~ 200 ms
案例3- FreeSwitch + Android Csipsimple
FreeSwitch 1.2 Stable version
Linux CentOS 6.5
Csipsimple for Android
Voice delay - 150 ~ 400 ms
案例4- FreeSwitch +安卓SipDroid ==> PC
FreeSwitch 1.2 Stable version
Linux CentOS 6.5
Sipdroid for Android
Xlite Softphone for PC Windows8
Voice delay - 50 ~ 100 ms
一些Android mVoIP应用程序,比如Skype,语音延迟小于50ms。我们已经尝试了许多针对Android的SIP开源,但它们都会造成可怕的延迟。我们正在寻找一个开源,使小于50毫秒的Android。有没有人可以解决这个问题?谢谢。
是不是Android设备的音频编码和解码速度很慢?
发布于 2014-03-21 20:33:16
这是Debian6的一个已知问题,你需要选择一个不同的发行版( CentOS在我身上运行得很好) http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Release.28es.29_6_and_Later
https://stackoverflow.com/questions/22556414
复制相似问题