[Bug 730212] New: rtspsrc: use a random ssrc for the internal session

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 15 11:25:01 PDT 2014


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

           Summary: rtspsrc: use a random ssrc for the internal session
    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: ---


The internal SSRC is currently set to 0 instead of another random number as we
do with MIKEY.

The following call overrides the internal suggested SSRC which is already a
random number:

        g_object_set (rtpsession, "internal-ssrc", stream->send_ssrc, NULL);

However, stream->send_ssrc is only set in MIKEY key management.

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