Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > VOIP > rtp clarifications needed

Reply
Thread Tools

rtp clarifications needed

 
 
John
Guest
Posts: n/a
 
      12-14-2005
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[70-297] Domain restructuring / upgrading clarifications M D MCSE 13 01-12-2007 08:14 AM
Need some clarifications on xhtml Thierry Lam HTML 8 09-29-2006 08:17 PM
[.NET 1.1] Authentication and cookies clarifications Nicola Farina ASP .Net 2 01-22-2006 01:53 AM
SIP clarifications? Still Hunting VOIP 2 10-12-2004 04:39 AM
RTP: Who will deny odd RTP (UDP) port numbers? CCGolfer VOIP 0 06-08-2004 08:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57