[Bug 795139] Various patches on rtpsession

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 11 13:43:28 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795139

--- Comment #13 from HÃ¥vard Graff (hgr) <havard.graff at gmail.com> ---
Created attachment 370793
  --> https://bugzilla.gnome.org/attachment.cgi?id=370793&action=edit
rtpsession: process RB by internal sources

    When we deal with receiver reports containing information about multiple
    internal SSRCs we used to save data only for the SSRC in the last report
    block. Thus the stats would never reflect receiver reports of other
    SSRCs.

    For example. Non internal source 0xAAAA receives RR with 3 RBs about
    internal sources 0x1111, 0x2222 and 0x3333. Because 0x3333 was the last
    processed RB we will never see the receiver report of 0x1111 and 0x2222
    in the RTP session stats.

    With this patch we save receiver report information in the corresponding
    internal source.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list