-
- Downloads
audio_rtp_session: add RTCP packet loss control
Add a rtcpCheckerThread to get packet loss estimation from the RTCP RR packets, and send this information to the audio encoder. This packet loss estimation is capped between 0 and 100. When the new packet loss is higher than present estimation, the value in the codec is set to the new value, in order to react to a quick network quality drop. When the new packet loss estimation is lower than present estimation, the new value goes through a basic filter to avoid reducing the packet loss estimation too fast. Issue: #5157 Change-Id: Ibc1d3d6f6935e3b73c362bd212ef997cfd7b8d2f
Please register or sign in to comment