-
I very like pion. I use pion to pion when udp mux mode, but I find the udp packets can't right dispatch. I has more than one peerconnection. I need other config ? I read the code , dispatch by host ip and port, but when udp mux mode the port is my config, so dispatch is error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ziminghua Unfortunately that will not work. UDPMux identifies the remote by its unique IP+Port. If both sides are using a You can still uniquely identify the traffic though! It will take some effort to make it work (if you care). Happy to help with this!
|
Beta Was this translation helpful? Give feedback.
Hey @ziminghua
Unfortunately that will not work. UDPMux identifies the remote by its unique IP+Port. If both sides are using a
UDPMux
you have no way to uniquely identify them.You can still uniquely identify the traffic though! It will take some effort to make it work (if you care). Happy to help with this!