[Asterisk-video] Jitter buffer reset problem
Sergio Garcia Murillo
sergio.garcia at fontventa.com
Thu Nov 8 02:29:05 CST 2007
Hi Reza,
It's skipped periodically? or it just doesn't play anymore? Which is in the other endpoint (app_mp4 or softphone)?
As you see in the code the queue would only reseted once as src is set to NULL also.. what you describe would happen if the f->src was alternating with null and non-null values.
BR
Sergio
----- Original Message -----
From: Reza Fatahillah [mailto:ezhot_95 at yahoo.com]
To: asterisk-video at lists.digium.com
Sent: Wed, 7 Nov 2007 20:14:59 -0800 (PST)
Subject: Re: [Asterisk-video] Jitter buffer reset problem
Hi Sergio,
Thanks for the fix.
But at certain interval the audio is skipped.
I think because of these lines always called:
else if (src && !f->src) {
/* Delete old one */
free(src);
/* Store it */
src = NULL;
/* Reset media */
H324MSessionResetMediaQueue(id);
}
Because the value of f->src was NULL.
--- Sergio Garcia Murillo
<sergio.garcia at fontventa.com> wrote:
> I think I've fixed the problem, check the new
> version.
>
> BR
> Sergio
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-video
More information about the asterisk-video
mailing list