membraneframework / membrane_rtp_plugin

Membrane bins and elements for sending and receiving RTP/SRTP and RTCP/SRTCP streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure RTCP packets meets constrainments described in RFC

mickel8 opened this issue · comments

There are some constrainments described in RFC 3550 (page 22 from "Thus, all RTCP packets MUST...") we don't check.
E.g. The first RTCP packet in the compound packket MUST always be a report packet.

The task is to implement checking of these constrainments.