[gstreamer-bugs] [Bug 565910] allow forcing the ssrc on a rtpsession

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 2 09:42:48 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=565910

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125467|needs-work                  |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from Wim Taymans  2009-01-02 17:42 UTC -------
Ok, commited. It should work fine, any receiver that got the previous SSRC
through RTP or RTCP will time out and eventually use the new SSRC. Sending a
BYE on the old SSRC would be nice but it does not seem to be required and it
should certainly not cause any problems for the typical use case here.

Unfortunatly, forcing the SSRC on the payloader does not work like it should
because the negotiated SSRC has higher priority than the one set with the
property.


        Patch by: Olivier Crete <tester at tester dot ca>

        * gst/rtpmanager/gstrtpsession.c:
        (gst_rtp_session_setcaps_send_rtp), (create_send_rtp_sink):
        * gst/rtpmanager/rtpsession.c: (rtp_session_set_internal_ssrc):
        When an SSRC is found on the caps of the sender RTP, use this as the
        internal SSRC. Fixes #565910.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=565910.




More information about the Gstreamer-bugs mailing list