Video call drop & Rendering issue android

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Manoj,

What kind of video rendering issue? No video, corrupted video? Assuming 
you are using H264, you should look at keyframes (IDR frames), and make 
sure that both endpoints are sending them periodically. Wireshark traces 
can help.

Regards,

Bill

On 11/18/2015 5:34 AM, Manoj Masane wrote:
> Hello Bill,
>
> I have switched to UDP config for same account. Now I am not getting 
> any call drops but now facing video rendering issue. Whereas other 
> providers on web like sip2sip works just fine no call drops and video 
> rendering issue. Can you suggest me anything that can be done on 
> server side? I have less knowledge of server but I can get it done 
> from server side team.
>
>>
>> List-Post: <mailto:pjsip at lists.pjsip.org>
>> Content-Transfer-Encoding: 7bit
>> From: Manoj Masane <manoj.masane@xxxxxxxxxxx>
>> Precedence: list
>> MIME-Version: 1.0
>> Cc: pjsip-request at lists.pjsip.org
>> To: pjsip at lists.pjsip.org
>> References: 
>> <mailman.26.1447174806.6421.pjsip_lists.pjsip.org at lists.pjsip.org>
>> In-Reply-To: 
>> <mailman.26.1447174806.6421.pjsip_lists.pjsip.org at lists.pjsip.org>
>> Date: Fri, 13 Nov 2015 10:24:59 +0530
>> Message-ID: <c4933033cd348f5303bbaf7136bae804 at wwindia.com>
>> Content-Type: text/plain; charset=US-ASCII;
>>  format=flowed
>> Subject: Video call Drop issue.
>> Message: 2
>>
>> Hello Bill,
>>
>> Below is my account configuration. I am using tcp account for sip
>> calling.
>>
>> Account 1:
>> mEdtSipId.setText("sip:android1 at localhost");
>> mEdtSipRegistrar.setText("sip:localhost;transport=TCP");
>> mEdtSipProxy.setText("sip:54.209.153.193:5060;transport=TCP");
>>             mEdtSipUserName.setText("android1");
>>             mEdtSipPassword.setText("android1");
>> Account 2:
>> mEdtSipId.setText("sip:android2 at localhost");
>> mEdtSipRegistrar.setText("sip:localhost;transport=TCP");
>> mEdtSipProxy.setText("sip:54.209.153.193:5060;transport=TCP");
>>             mEdtSipUserName.setText("android2");
>>             mEdtSipPassword.setText("android2");
>>
>>>  Hi Manoj,
>>>
>>>  There's a problem with SIP routing in your call. From the logs I see
>>> the outgoing device sends INVITE, incoming gets INVITE and replies
>>> with 100 trying and 180 ringing and finally 200 OK. The outgoing
>>> device gets the OK but then sends the ACK to the wrong address
>>> 172.30.0.119:5060. The incoming device never gets the ACK and keeps
>>> resending OK. Both endpoints are also sending picture fast update
>>> requests via INFO to the wrong addresses which are never received.
>>> Eventually both endpoints give up and end call by sending BYE.
>>>
>>>  How are you setting up the accounts on the two endpoints?
>>>
>>>  Regards,
>>>
>>>  Bill
>>>
>>> On 11/9/2015 6:11 AM, Manoj Masane wrote:
>>>
>>>> Hello All,
>>>>
>>>> I am facing call drop issue in ongoing call. Call gets dropped
>>>> automatically after few seconds. I am
>>>>
>>>> attaching log files here .can you please suggest something ?
>>>>
>>
>>
>> List-Post: <mailto:pjsip at lists.pjsip.org>
>> Content-Transfer-Encoding: 7bit
>> From: Bill Gardner <billg@xxxxxxxxxxxx>
>> Precedence: list
>> MIME-Version: 1.0
>> To: pjsip at lists.pjsip.org
>> References: 
>> <mailman.26.1447174806.6421.pjsip_lists.pjsip.org at lists.pjsip.org>
>>     <c4933033cd348f5303bbaf7136bae804 at wwindia.com>
>> In-Reply-To: <c4933033cd348f5303bbaf7136bae804 at wwindia.com>
>> Date: Fri, 13 Nov 2015 06:43:43 -0500
>> Message-ID: <5645CCEF.9080608 at wavearts.com>
>> Content-Type: text/plain; charset=windows-1252; format=flowed
>> Subject: Re: Video call Drop issue.
>> Message: 3
>>
>> Hi Manoj,
>>
>> Try setting the registrar to the same address as proxy.
>>
>> Regards,
>>
>> Bill
>>
>> On 11/12/2015 11:54 PM, Manoj Masane wrote:
>>> Hello Bill,
>>>
>>> Below is my account configuration. I am using tcp account for sip
>>> calling.
>>>
>>> Account 1:
>>> mEdtSipId.setText("sip:android1 at localhost");
>>> mEdtSipRegistrar.setText("sip:localhost;transport=TCP");
>>> mEdtSipProxy.setText("sip:54.209.153.193:5060;transport=TCP");
>>>             mEdtSipUserName.setText("android1");
>>>             mEdtSipPassword.setText("android1");
>>> Account 2:
>>> mEdtSipId.setText("sip:android2 at localhost");
>>> mEdtSipRegistrar.setText("sip:localhost;transport=TCP");
>>> mEdtSipProxy.setText("sip:54.209.153.193:5060;transport=TCP");
>>>             mEdtSipUserName.setText("android2");
>>>             mEdtSipPassword.setText("android2");
>>>
>>>>  Hi Manoj,
>>>>
>>>>  There's a problem with SIP routing in your call. From the logs I see
>>>> the outgoing device sends INVITE, incoming gets INVITE and replies
>>>> with 100 trying and 180 ringing and finally 200 OK. The outgoing
>>>> device gets the OK but then sends the ACK to the wrong address
>>>> 172.30.0.119:5060. The incoming device never gets the ACK and keeps
>>>> resending OK. Both endpoints are also sending picture fast update
>>>> requests via INFO to the wrong addresses which are never received.
>>>> Eventually both endpoints give up and end call by sending BYE.
>>>>
>>>>  How are you setting up the accounts on the two endpoints?
>>>>
>>>>  Regards,
>>>>
>>>>  Bill
>>>>
>>>> On 11/9/2015 6:11 AM, Manoj Masane wrote:
>>>>
>>>>> Hello All,
>>>>>
>>>>> I am facing call drop issue in ongoing call. Call gets dropped
>>>>> automatically after few seconds. I am
>>>>>
>>>>> attaching log files here .can you please suggest something ?
>>>>>
>>>
>>>
>>
>>
>>
>>
>> _______________________________________________
>> pjsip mailing list
>> pjsip at lists.pjsip.org
>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>




[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux