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



_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to