Displaying 5 results from an estimated 5 matches for "jitter_buffer".
Did you mean:
jitter_buffer_
2009 Apr 22
0
Error in manual and a suggestion
...been done in the code, but is not reflected in the manual.
?
?
Another thing is if I may and that is to suggest a functionallity to the
speex specific jitter buffer which would be a
int?get_consequtive_lost_count() or bool is_reset() which would simple
deal with with the lost_count variable in the jitter_buffer (not speex
specific) and either return the lost_count value or return a value
indicating wether it is higher than the value used to reset the
jitter_buffer (think its 20 atm).
?
The reason Im suggesting this is because in a chat application with
multiple peers it is rather expensive for realtime ch...
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
...emote clock and how do you define those anyway?
>
> There's the "timestamp", which the remote side puts on frames, and
> the local time, which is used for jb_put and jb_get. They're defined
> in milliseconds.
I think this is equivalent to what I'm doing with jitter_buffer_tick(),
except that my approach doesn't require explicit knowledge of the local
time (I don't care what the local time is, just how it's incremented).
Also, I think milliseconds (which I used before) is bad because 1) RTP
uses the sampling clock and 2) in many cases, it's not an int...
2006 May 03
0
New jitter.c, bug in speex_jitter_get?
...do you define those anyway?
>>
>> There's the "timestamp", which the remote side puts on frames, and
>> the local time, which is used for jb_put and jb_get. They're defined
>> in milliseconds.
>
> I think this is equivalent to what I'm doing with jitter_buffer_tick
> (),
> except that my approach doesn't require explicit knowledge of the
> local
> time (I don't care what the local time is, just how it's incremented).
> Also, I think milliseconds (which I used before) is bad because 1) RTP
> uses the sampling clock and 2)...
2015 Jan 30
2
JITTERBUFFER function
WTF is a jitterbuffer?
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: Matthew Jordan <mjordan at digium.com>
Date: 01/29/2015 10:41 AM (GMT-05:00)
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] JITTERBUFFER function
On Thu, Jan 29, 2015 at 4:56 AM,
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Yes. Jean-Marc has made the API more similar.
>
> Jean-Marc: Have you looked at the API we have for the
> asterisk/iaxclient jitterbuffer?
Just did.
> It's pretty close to what you have now -- the major difference is that
> your jb still assumes it can "own" the data passed in -- it copies it,
> and it destroys it at will. With the API I put together,