GNOME Bugzilla – Bug 728918
rtpsession: source stats only gets last ssrc
Last modified: 2018-11-03 14:52:19 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.
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.
Any comments on this one?
You probably want to store one RB of each ssrc. This looks like it only stores the last one, but signals each?
-- 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.