[Bug 795139] Various patches on rtpsession
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 11 08:20:00 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795139
--- Comment #11 from HÃ¥vard Graff (hgr) <havard.graff at gmail.com> ---
Created attachment 370781
--> https://bugzilla.gnome.org/attachment.cgi?id=370781&action=edit
rtpsession: Drop packet if trying to send from non-internal source
If obtain_internal_source() returns a source that is not internal it
means there exists a non-internal source with the same ssrc. Such an
ssrc collision should be handled by sending a GstRTPCollision event
upstream and choose a new ssrc, but for now we simply drop the packet.
Trying to process the packet further will cause it to be pushed
usptream (!) since the source is not internal (see source_push_rtp()).
--
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