Re: timing to generate rtp packet

Federico Montesino Pouzols <[email protected]>
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <20050510080343.GB9009@paraguas>
   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
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.