ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] Simple ccrtp question


From: Huang, Andy Y, ALABS
Subject: [Ccrtp-devel] Simple ccrtp question
Date: Thu, 1 Sep 2005 08:31:57 -0500

Hi,

 

I am newbie in ccrtp. I downloaded latest ccrtp (version 1.3.4) and commoncpp2 (version 1.3.0) and was able to compile them to Win32 DLLs (ccgnu2.dll, ccext2.dll, ccrtp1.dll), now I try to run the rtphello demo, the receive thread won’t get any packet, always stuck in following statement:

                  while ( NULL == adu ) {

                        Thread::sleep(10);

                        adu = socket->getData(socket->getFirstTimestamp());

                  }

Any help will be greatly appreciated.

 

 

 

-Andy Huang


reply via email to

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