GNOME Bugzilla – Bug 783248
rtpsession: print value of unknown RTCP Payload Type
Last modified: 2017-06-12 07:07:56 UTC
When a RTCP packet with unknown Packet Type is received, rtpsession.c does GST_WARNING ("got unknown RTCP packet"); It would be useful to indicate the Packet Type, to ease understanding of what is going on. This situation happened recently to me while receiving RTCP Extended Reports (RTCP XR), which have PT=207 and are not supported by GStreamer.
Created attachment 352902 [details] [review] Patch
commit 72d2afda1876a3c0a263a125a965b32240e0a806 Author: Juan Navarro <juan.navarro@gmx.es> Date: Tue May 30 22:23:10 2017 +0200 rtpsession: print value of unknown RTCP Payload Type This adds printing the actual value of any unknown RTCP PT to the already existing WARNING log message. https://bugzilla.gnome.org/show_bug.cgi?id=783248