After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745587 - rtp: Add PLI and FIR counters to RTPSource statistics
rtp: Add PLI and FIR counters to RTPSource statistics
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-04 10:10 UTC by sancane
Modified: 2015-03-04 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch generated using git format-patch (2.57 KB, patch)
2015-03-04 10:10 UTC, sancane
committed Details | Review
patch generated using git format-patch (2.56 KB, patch)
2015-03-04 10:11 UTC, sancane
committed Details | Review

Description sancane 2015-03-04 10:10:38 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.
Comment 1 sancane 2015-03-04 10:11:34 UTC
Created attachment 298514 [details] [review]
patch generated using git format-patch

Add Full Intra Request (FIR) packets to statistics
Comment 2 Sebastian Dröge (slomo) 2015-03-04 11:05:08 UTC
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