[Bug 762219] rtpsession: don't act on suspicious BYE RTCP

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 15 09:49:39 UTC 2016


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

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 327922
  --> https://bugzilla.gnome.org/attachment.cgi?id=327922&action=edit
rtpsession: don't act on suspicious BYE RTCP

Some endpoints (like Tandberg E20) can send BYE packet containing our
internal SSRC. I this case we would detect SSRC collision and get rid
of the source at some point. But because we are still sending packets
with that SSRC the source will be recreated immediately.
This brand new internal source will not have some variables incorrectly
set in its state. For example 'seqnum-base` and `clock-rate` values will be
-1.
The fix is not to act on BYE RTCP if it contains internal or unknown
SSRC.

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