Hi, the compiler is not finding headers because you did not specified the required options to compile with ccRTP and CommonC++. To do so, you should use the makefile in the demo dir (calling make inside demo/) or using the flags provided by the script ccgnu2-config and adding -lccrtp1 (for linking the ccRTP shared object).
As for RTCP, yes, you can. There are a bunch of virtual methods you can redefine for RTCP processing (see onGotSR, onGotRR, onGotSDES, onGotGoodbye and onGotAPP). The rtplisten themo shows some examples on using these methods. On Tue, Apr 12, 2005 at 10:15:02PM +0530, [EMAIL PROTECTED] wrote: > sir , > I have installed ccRTP 1.3.0 in my Fedora core system.When i compile the > demo programs given under the package , i encounter some errors.I ve > attached the errorlog with this mail.Kindly help me in finding out the > soln. > I also want to know what r the values can i extract NTP timestamp,RTP > timestamp,octet count ,delay from a RTCP packet sent from a sender in the > receiver. > With regards, > > > > S.Varadharajan. > > > _______________________________________________ > Ccrtp-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/ccrtp-devel _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
