GNOME Bugzilla – Bug 628946
speexdec: Produce loss concealment buffer on GstRtpPacketLoss events
Last modified: 2010-09-07 11:11:27 UTC
It is possible to make the jitterbuffer produce events when it detects that some packet has been lost. These downstream events can then be used by speexdec to replace lost packets with concealment data.
Created attachment 169658 [details] [review] speex: Produce loss concealment on GstRTPPacketLost events Make the decoder produce loss concealment data when GstRTPPacketLost are received from gstrtpjitterbuffer. This should improved perceived quality in face of low packet loss scenarios.
seems like this is already implemented in some other way