ok, found...

I should use the isWaiting(source*) method instead, because the first
packet timestamp is zero...

--
Claude

On Thu, 2005-03-24 at 12:14 +0100, Claude Brisson wrote:
> 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,

-- 



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

Reply via email to