rtp clarifications needed
DComTalk.com Forum Index DComTalk.com
Discussion of VoIP, VPN, Video Conferencen, DSL and other data commucations.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web dcomtalk.com
rtp clarifications needed

 
Post new topic   Reply to topic    DComTalk.com Forum Index -> VoIP
Author Message
John
Guest





Posted: Wed Dec 14, 2005 5:20 pm    Post subject: rtp clarifications needed Reply with quote

Hi,
i am a student and learning to implementing and
understanding rtp.

i am going thru the rtp code.

i got the logic in computing inter arrival jitter
(usual way as it is done in the rfc)

int transit = arrival - r->ts;
int d = transit - s->transit;
s->transit = transit;
if (d < 0) d = -d;
s->jitter += (1./16.) * ((double)d -
s->jitter);


what units is it in ?. timestamps or milliseconds.

i want to know how playout delay is computed (when
should be the next packet be played).

how jitter is used for this ?. can it be used ?.


How is the playout time computed from jitter


Please Advice,


Regards,
James
Back to top
 
Post new topic   Reply to topic    DComTalk.com Forum Index -> VoIP All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Solutions: Telephone Systems Electronics Satellite TV Tech & Gadgets
Powered by phpBB