[Bug 795139] Various patches on rtpsession

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 10 19:28:05 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795139

Aleix Conchillo FlaquƩ <aconchillo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aconchillo at gmail.com

--- Comment #66 from Aleix Conchillo FlaquƩ <aconchillo at gmail.com> ---
Just wanted to mention that this patch:

https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/gst/rtpmanager/gstrtpsession.c?id=ac6e77acad79907564c96383f87d50bcf82d9e33

Fixes an issue in webrtcbin where an initial SSRC is negotiated in the offer
but then a different SSRC is used in the RTP packets.

I found this on an application that establishes a webrtc connection then closes
it and opens another one. The first one succeeds, but after the second one I
always hit the issue. From the logs I can see how the ICE connection
establishment succeeds earlier in the second time.

I believe this is because a new SSRC from the RTCP was being negotiated instead
of the original one coming from the payloader.

Does this make any sense?

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