[Bug 648642] New: rtpsession: Ensure ssrc collisions aren't timed out immediately

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 25 13:31:38 PDT 2011


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

           Summary: rtpsession: Ensure ssrc collisions aren't timed out
                    immediately
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: olivier.crete at ocrete.ca
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=186616)
 View: https://bugzilla.gnome.org/attachment.cgi?id=186616
 Review: https://bugzilla.gnome.org/review?bug=648642&attachment=186616

rtpsession: Wait longer to timeout SSRC collision

Using the current RTCP interval to timeout SSRC collision can lead to
collisions being timed out immediately if a BYE packet is sent because
it is sent immediately, so the interval is 0. This is not what we
want. So just set a static 10 times the default RTCP interval, it
should be enough

This should probably wait after the freeze, just in case (its really a corner
case), but I'm attaching it now anyway.

-- 
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