linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] oRTP in a SENDRECV mode


From: Vinay Chiniwar
Subject: [Linphone-developers] oRTP in a SENDRECV mode
Date: Fri, 9 Jul 2004 19:14:23 +0900

Hello,

I am trying to use oRTP in full deplex mode that is SENDRECV mode. when I try to execute the application
from two Linux systems , I am getting "outoftime" packets from one system

The system started first is able to receive and send all the packets successfully within the time. but the other system started later (after 1 sec) is discarding some of the packets due to outoftime.

I application I have developed receives the data first using "rtp_session_recv_with_ts" immidiately sends the data using  "rtp_session_send_with_ts"   both have the common time stamp value, which increments every 160ms

Please ,,,,,help me in solving this

Thanks and regards

  Vinay



I am receiving following debug messages:
-------------------------------------
rtp_parse: silently discarding very old packet (ts=19520)
rtp_parse: silently discarding very old packet (ts=19840)
rtp_parse: silently discarding very old packet (ts=20000)
rtp_parse: silently discarding very old packet (ts=20480)
rtp_parse: silently discarding very old packet (ts=20640)
rtp_parse: silently discarding very old packet (ts=20960)
rtp_parse: silently discarding very old packet (ts=21600)
rtp_parse: silently discarding very old packet (ts=22560)
rtp_parse: silently discarding very old packet (ts=22720)
rtp_parse: silently discarding very old packet (ts=23200)
rtp_parse: silently discarding very old packet (ts=24160)
rtp_parse: silently discarding very old packet (ts=24640)
rtp_parse: silently discarding very old packet (ts=25120)
rtp_parse: silently discarding very old packet (ts=25280)
rtp_parse: silently discarding very old packet (ts=25600)
rtp_parse: silently discarding very old packet (ts=25760)
rtp_parse: silently discarding very old packet (ts=25920)
rtp_parse: silently discarding very old packet (ts=26240)
rtp_parse: silently discarding very old packet (ts=26400)
rtp_parse: silently discarding very old packet (ts=26560)
rtp_parse: silently discarding very old packet (ts=26880)
rtp_parse: silently discarding very old packet (ts=27040)

oRTP-stats-Message:
   Global statistics :
 packet_sent=144
 sent=24768 bytes
 packet_recv=141
 hw_recv=24252 bytes
 recv=14448 bytes
 unavaillable=60 bytes
 outoftime=9804
 bad=0
 discarded=0

 

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]