Skip to content

rtpsession: emit a signal when received RTCP XR

Olivier Crête requested to merge ocrete/gstreamer:gst-plugins-good-rtcp-xr into main

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-good/-/merge_requests/94

According to RFC3611, XR packet has multiple extended report blocks. The "on-receiving-rtcp-xr" signal will send GstValueList which contains GstStructure that has all parsed the information of XR blocks.

Closes #422 (closed)

Merge request reports