ccrtp-devel
[Top][All Lists]
Advanced

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

Re: [Ccrtp-devel] I want to develop simple program for test


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] I want to develop simple program for test
Date: Wed, 31 Aug 2005 13:20:36 +0200
User-agent: Mutt/1.5.9i

Hi, 

there are a few examples under the 'demo' directory of the source
distribution that you can use as base code for what you want to
do. Specially, have look at rtpsend and rtplisten.

RTCP packets are automatically generated by ccRTP according to the
standard. Reception of RTCP packets is also handled by the library,
though you can redefine the RTCP processing methods in the RTPSession
classes (see the rtplisten demo for an example).

Also, I recall correctly, some examples for sending/receiving files
have been posted to this list not much time ago.

On Mon, Aug 29, 2005 at 02:43:37AM +0000, sasin janpungtong wrote:
> I want to develop 2 simple programs, one for send RTP packet by read data 
> of packet from specific file (it responsibility is sender) and another for 
> receive RTP packet and write data in the packet to specific file(it 
> responsibility is receiver) and these program must send all RTCP packet 
> between send and receive packet process(such as SR,RR,SDES, and BYE). 
> Please suggest me .... about code and function in ccrtp library (especially 
> about send and receive RTCP packet what function or class to do this job) 
> to do this.
> 
> Thanks for your time
> Sasin Janpungtong
> 




reply via email to

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