使用linphone-sdk

时间:2018-07-04 20:12:40

标签: sip rtp linphone linphone-sdk

我正在做各种测试,以使用linphone的android库制作一个应用程序。我在测试期间遇到问题(我正在使用EasyLinphone Demo)。

从Android到PC拨打电话时,从PC到Android的声音听起来很延迟或几秒钟都没有声音。通过Android和Android(https://github.com/forever4313/EasyLinphone)之间的Easylinphone示例,未发生此问题。但是,Android首先调用PC时会出现问题。这种延误对我的工作非常严重。

调查了此问题,并找到了以下日志。 我想问您关于如何解决此问题的建议。

 logcat Message
-----------------------------------------------------------------------
07-05 04:53:51.800 4285-5556/com.xuchongyang.easylinphone E/huanyutong: rtp_parse: discarding too old packet (seq_num=13638, ts=22080)

07-05 04:53:51.820 4285-5556/com.xuchongyang.easylinphone E/huanyutong: rtp_parse: discarding too old packet (seq_num=13639, ts=22240)

07-05 04:53:51.940 4285-5556/com.xuchongyang.easylinphone I/huanyutong: Stun packet sent on rtcp for session [0x74e36ba0]

07-05 04:53:52.260 4285-4285/com.xuchongyang.easylinphone I/huanyutong: Bandwidth usage for call [0x74c5b620]:
                                                                            RTP  audio=[d= 80.0,u= 80.0], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
                                                                            RTCP audio=[d=  0.0,u=  0.8], video=[d=  0.0,u=  0.0], text=[d=  0.0,u=  0.0] kbits/sec
07-05 04:53:52.260 4285-4285/com.xuchongyang.easylinphone I/huanyutong: Thread processing load: audio=25.112965 video=0.000000  text=0.000000

07-05 04:53:52.450 4285-5556/com.xuchongyang.easylinphone I/huanyutong: Stun packet sent on rtcp for session [0x74e36ba0]

07-05 04:53:52.460 4285-5556/com.xuchongyang.easylinphone I/huanyutong: Sending RTCP SR compound message on session [0x74e36ba0].

07-05 04:53:52.460 4285-4285/com.xuchongyang.easylinphone I/huanyutong: MSAudio_stream_iterate[0x74bf3b20], local statistics available:
                                                                            Local current jitter buffer size: 16777506.0ms

0 个答案:

没有答案