Hi, I have a mediasoup-server running on my local machine
I have built a custom library to facilitate signalling through hole-punched network wherein a remote peer can signal to mediasoup-server running locally on my machine
As I can see that, I have all the transports opened
Producers and Consumers are being created as expected
But unfortunately they are not able to produce/consume
Is it because mediasoup cannot function behind NAT ? Or am I missing something over here ?
Here is my chrome://webrtc-internals
where you can see that the inbound/outbound is empty
Where as when I connect 2 peers locally within my system, everything seems to be working fine
Is there a condition like we need a Non-NAT ip to get mediasoup to function correctly for remote peers ?