GNOME Bugzilla – Bug 745587
rtp: Add PLI and FIR counters to RTPSource statistics
Last modified: 2015-03-04 11:05:23 UTC
Created attachment 298513 [details] [review] patch generated using git format-patch This set of patches add counter for PLI and FIR packets sent/received per SSRC. This is helpful to provide statistics in the format defined in http://w3c.github.io/webrtc-stats/#dictionary-rtcrtpstreamstats-members.
Created attachment 298514 [details] [review] patch generated using git format-patch Add Full Intra Request (FIR) packets to statistics
commit e05378ec16a200aa2a160c2aa83e4637a3e0ad88 Author: Santiago Carot-Nemesio <sancane@gmail.com> Date: Tue Mar 3 16:23:15 2015 +0100 rtp: Add Full Intra Request (FIR) packets to statistics https://bugzilla.gnome.org/show_bug.cgi?id=745587 commit 22791413f9d2e6fc4d9dc3d435fd6c3499da7078 Author: Santiago Carot-Nemesio <sancane@gmail.com> Date: Tue Mar 3 16:01:53 2015 +0100 rtp: Add Packet Loss Indication (PLI) to statistics This is helpful to provide statistics in the format defined in http://w3c.github.io/webrtc-stats/#dictionary-rtcrtpstreamstats-members. https://bugzilla.gnome.org/show_bug.cgi?id=745587