]> git.sesse.net Git - vlc/commit
RTP: compute deadline from RX time of oldest packet in queue
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Mar 2010 14:29:34 +0000 (17:29 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Mar 2010 17:41:43 +0000 (20:41 +0300)
commit330a8cd91a366d69232560e19ed473ad582692ef
treeb060946b73d2f0ea3a15895f5c062f6376fc2644
parent6879a5ec612d0640da054583b03c00fc65e82cef
RTP: compute deadline from RX time of oldest packet in queue

Jitter computation is, by design, relative to the time of arrival of
packets. Normally, it should be the estimated time of arrival (ETA) of
the missing packet in the sequence, plus a tolerance value computed
from the delay variance (jitter). Unfortunately, we do not know that
ETA since we do not know the RTP timestamp of missing packets.
modules/access/rtp/session.c