Does mediasoup library support demuxing rtcp-mux

Hi,

I am using mediasoup v3 library to build an application but I want to be able to get RTP & RTCP packets on separate ports. From what I have seen in the mediasoup code, it seems we have to have rtcp-mux policy as required. But on the server side, when trying to create plain transport to consume the incoming stream, I am setting rtcpMux as false and on connect passing the rtp and rtcp ports. I am getting data on the rtp port but nothing on rtcp port.
So how can we get rtp and rtcp on different ports using mediasoup?

The answer is yes and you should check your client side to see what is wrong.