GNOME Bugzilla – Bug 776714
rtpmanager: enhance RTP statistics by recording nacks sent/received per source too
Last modified: 2017-01-24 10:40:11 UTC
Created attachment 342714 [details] [review] patch Currently, the number of nack packets sent or received are kept at session level, which makes it impossible to distinguish how many of these packages were sent/received per ssrc when several sources are in the same session. This patch is aligned with the https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats
commit a1e424913190c0113d110c4c99e7ab00abee3827 Author: Santiago Carot-Nemesio <scarot@twilio.com> Date: Mon Jan 2 13:42:04 2017 +0100 rtpstats: Keep number of nacks sent/received per source Currently, the nack packets sent or received are kept at session level, which makes it impossible to distinguish how many of these packages were sent/received per ssrc when several sources are in the same session. This patch is aligned with the https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats https://bugzilla.gnome.org/show_bug.cgi?id=776714