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 728918 - rtpsession: source stats only gets last ssrc
rtpsession: source stats only gets last ssrc
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-25 00:34 UTC by Aleix Conchillo Flaqué
Modified: 2018-11-03 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add on-ssrc-stats signal (8.92 KB, patch)
2014-04-25 00:48 UTC, Aleix Conchillo Flaqué
none Details | Review

Description Aleix Conchillo Flaqué 2014-04-25 00:34:21 UTC
If an RTCP RR packet contains two SSRC (i.e. different fraction loss, etc.) The sender source will only get update with the last SSRC found in the packet.

The sender might need to adjust the sending bitrate according to this information which is not complete.
Comment 1 Aleix Conchillo Flaqué 2014-04-25 00:48:05 UTC
Created attachment 275092 [details] [review]
add on-ssrc-stats signal

first attempt to solve this by adding a new signal "on-ssrc-stats" and a new field on the stats "rb-ssrc". it works well so far.
Comment 2 Aleix Conchillo Flaqué 2014-05-14 14:33:54 UTC
Any comments on this one?
Comment 3 Sebastian Dröge (slomo) 2016-09-07 09:46:16 UTC
You probably want to store one RB of each ssrc. This looks like it only stores the last one, but signals each?
Comment 4 GStreamer system administrator 2018-11-03 14:52:19 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/114.