[Bug 730217] New: rtpsession: do not mark senders with bye

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 15 14:09:12 PDT 2014


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

           Summary: rtpsession: do not mark senders with bye
    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: aleix at oblong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Currently, if internal sender sources' SSRC is different than the suggested
one, they will be marked as timed out, if inactivity is detected.

This is because inactivity is computed with source->last_activity. This field
is not update for internal sender sources. So it will always expire.

There's a final check to mark the sources as expired:

          if (source->ssrc != sess->suggested_ssrc) {

This will be true if we have multiple internal sender sources in the same
session.

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