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 > _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
