ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] getFirstTimestamp for a specific source?


From: Claude Brisson
Subject: [Ccrtp-devel] getFirstTimestamp for a specific source?
Date: Thu, 24 Mar 2005 12:14:17 +0100

Hi,

Surprisingly, the getFirstTimestamp(source*) method always returns
zero...

the following piece of code never finds incoming packets:

for(RTPStack::SyncSourcesIterator it = session->begin(); it !=
session->end(); it++)
{
  nextTimestamp = session->getFirstTimestamp(&*it);
  ...
}

(If I call the default getFirstTimestamp() method and check the SSRC of
incoming packets, they do correspond to the SSRCs of the sources I'm
checking)

Is it a bug or a misuse? Is there something special to do to initialize
per source queues?

Thanks for your help,

-- 
Claude





reply via email to

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