[Bug 711560] rtpsession: ssrc collision improvements

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 29 06:48:10 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=711560
  GStreamer | gst-plugins-good | git

George Kiagiadakis <kiagiadakis.george> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #260106|0                           |1
        is obsolete|                            |

--- Comment #20 from George Kiagiadakis <kiagiadakis.george at gmail.com> 2013-11-29 14:48:02 UTC ---
Created an attachment (id=263126)
 View: https://bugzilla.gnome.org/attachment.cgi?id=263126
 Review: https://bugzilla.gnome.org/review?bug=711560&attachment=263126

rtpsession: allow individual sources to send BYE without disrupting the rest of
the session

This is another attempt to fix rtpsession. It's a bit hacky, but it should be
good enough. Instead of moving (and duplicating) all these stats to every
RTPSource, it keeps two sets of stats in rtpsession, stats and bye_stats. When
a BYE is scheduled, bye_stats are used to caclulate the next timeout and only
BYE packets are allowed to be sent. In addition, during this time, non-BYE
packets for RTPSources that are marked BYE are ignored. For other RTPSources,
though, they are processed as normal. Finally, once the BYE packets are sent,
everything returns to normal.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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