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 776714 - rtpmanager: enhance RTP statistics by recording nacks sent/received per source too
rtpmanager: enhance RTP statistics by recording nacks sent/received per sourc...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-02 13:13 UTC by sancane
Modified: 2017-01-24 10:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.92 KB, patch)
2017-01-02 13:13 UTC, sancane
committed Details | Review

Description sancane 2017-01-02 13:13:27 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
Comment 1 Sebastian Dröge (slomo) 2017-01-24 10:39:40 UTC
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