I have a question regarding the DE-muxing of RTCP packets in the context of TIP.
Is it possible to DE-mux the RTCP packets? E.g. when getting an RTCP packet, is it possible to know (at application level) to which TIP position does it correspond to?
In contrast to the RTP packets – which have the CSRC field that allows the application to deduce the TIP position – the RTCP packets do not have the CSRC…
I have checked and seen that the SSRC field in the RTCP packet does NOT match the SSRC of ANY of the RTP channels at any given moment.
Hence, when I receive a RTCP packet, how can I tell to which TIP position it corresponds?
Many tnx.