[asterisk-commits] oej: branch group/pinefool-poor-mans-plc-1.4 r383403 - /team/group/pinefool-p...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 20 03:53:18 CDT 2013


Author: oej
Date: Wed Mar 20 03:53:11 2013
New Revision: 383403

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383403
Log:
Fooling around with packet loss concealment

In the RTP channel we actually notice that there are packets missing in the incoming 
RTP stream. What would happen if we insert a copy of the previous packet into the stream
at that point. Well, we will introduce jitter as we're sending two frames at the same time, 
but hopefully the endpoints jitter buffer will sort that out.

Other functions, like recordings, will actually get 50 frames with 20 ms audio (or the needed amount)
per second and we will have more complete streams.

For short calls, this really doesn't make much of a difference, but we have situations with
three or four hour calls and the ackumulated packet loss seems to cause bad issues with recordings
and maybe other stuff as well. We're also loosing synch between inbound and outbound streams.

Added:
    team/group/pinefool-poor-mans-plc-1.4/
      - copied from r383402, branches/1.4/




More information about the asterisk-commits mailing list