ccrtp-devel
[Top][All Lists]
Advanced

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

Re: [Ccrtp-devel] timing to generate rtp packet


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] timing to generate rtp packet
Date: Tue, 10 May 2005 10:03:43 +0200
User-agent: Mutt/1.5.8i

   Hi, ccRTP sends packets through the method send of the template
DualRTPChannel (file channel.h). That send method calls to the send
method of the UDPSocket class from Common C++ which in turn calls to
the send system call.

   You could measure the time packets are given to the ouput queue
through 'putData', and the time packets are sent through
DualRTPChannel::send. Note however that time is not only processing
time but an scheduling time is also added which depends on the
timestamp values and the parameters of the queue scheduler.

On Mon, May 09, 2005 at 07:37:37AM +0000, sasin janpungtong wrote:
> please help me .....
> 
> I want to check about total time that ccRTP Lib use for genarate one packet 
> before send on a network.... How to ?
> 
> 
> thanks for your time
> sasin
> 




reply via email to

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