GNOME Bugzilla – Bug 769628
sdpmessage: add support for rtcp-fb attributes
Last modified: 2018-11-03 11:48:39 UTC
Created attachment 332940 [details] [review] Add parsing of rtcp-fb attributes There is no implementation for parsing rtcp-fb media attributes (like rtcp-fb-nack-pli or rtcp-fb-ccm-fir). If SDP contain such attribute, SDP parser should add relevant capability into RTP CAPS. For example: If SDP contains "a=rtcp-fb:96 nack pli", relevant rtp caps should contain rtcp-fb-nack-pli=true. As it is now, it ends up as "a-rtcp-fb=(string)"96\ nack\ pli". Please see enclosed patch which implements the missing feature.
Also see related patch for RTSP server: https://bugzilla.gnome.org/show_bug.cgi?id=769698
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/282.