[Asterisk-code-review] translate: Re-enables native Packet-Loss Concealment (PLC) f... (asterisk[master])

Alexander Traud asteriskteam at digium.com
Tue Feb 2 08:23:47 CST 2016


Alexander Traud has posted comments on this change.

Change subject: translate: Re-enables native Packet-Loss Concealment (PLC) for iLBC and Speex.
......................................................................


Patch Set 5: Code-Review-1

(1 comment)

https://gerrit.asterisk.org/#/c/1820/5/main/translate.c
File main/translate.c:

Line 561: return NULL
If the frame was created by Asterisk—for example while calling a pre-recording voice—the frame does not have an RTP sequence number, yet (seqno is 0). In that case, every frame is identified as late packet. And is withdrawn. Therefore, nothing can be heard (no frame reaches the caller). I have to think about that:
A) moving that code to the RTP layer, finally; or
B) tagging internal frames with a invalid/detectable sequence number.


-- 
To view, visit https://gerrit.asterisk.org/1820
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibfcf0670e094e9718d82fd9920f1fb2dae122006
Gerrit-PatchSet: 5
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list