GNOME Bugzilla – Bug 750327
rtpssrcdemux: Add support for reduce size rtcp
Last modified: 2015-06-05 08:30:41 UTC
Created attachment 304474 [details] [review] rtpssrcdemux: Add support for reduce size rtcp This patch add support in rtpssrcdemux for reduce size packages according to https://tools.ietf.org/html/rfc5506
If patch https://bugzilla.gnome.org/show_bug.cgi?id=750325 is not accepted this patch needs to be reworked in order to validation not to fail if package is not compount.
Yes :)
Created attachment 304481 [details] [review] rtpssrcdemux: Add support for reduce size rtcp
commit f563176349aa2b2076d33f531b1a8e7511e98a49 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Wed Jun 3 12:22:42 2015 +0200 rtpssrcdemux: Add support for reduce size rtcp According to RFC 5506, reduce size packages can be sent, this packages may not be compound, so we need to add support for getting ssrc from other types of packages. https://bugzilla.gnome.org/show_bug.cgi?id=750327