GNOME Bugzilla – Bug 577610
RTCP feedback messages support in GstRTCPPacket
Last modified: 2009-04-14 14:47:42 UTC
Provided patch adds basic coverage of RTCP feedback messages handling to GstRTCPPacket, with respect to RFC4585. It implements: * Two new RTCP packet types: RTPFB and PSFB * Functions to deal with SSRCs on RTPFB and PSFB packets * Functions to deal with feedback message types of PSFB packets This should be improved to: * Handle feedback message types of RTPFB packets * Provide more functions to deal with feedback message types of PSFB packets
Created attachment 131840 [details] [review] Basic RTCP feedback packets implementation
commit 86edcadc43b66d9f735e04b51e5e10bbb135e258 Author: Johann Prieur <johann.prieur at gmail.com> Date: Tue Apr 14 16:45:20 2009 +0200 RTCP: add beginnings of Feedback messages Add the beginnings of parsing and constructing Feedback messages. Fixes #577610.