I need transfer video between two device, I have a service with static IP, and the two device connect the internet with router (nat),but not in the same local intranet.
I try to make P2P (UDP) connection,but failed.
1.Client A connect with server ,and tell the server its IP and Port
2. Client B connect with server ,and tell the server its IP and Port
3. Server tell B's IP and Port to A , and A's IP and Port to B
4, Client A send message to B with the B's IP and Port , Client B send message to A with the A's IP and Port
I try to make P2P (UDP) connection,but failed.
1.Client A connect with server ,and tell the server its IP and Port
2. Client B connect with server ,and tell the server its IP and Port
3. Server tell B's IP and Port to A , and A's IP and Port to B
4, Client A send message to B with the B's IP and Port , Client B send message to A with the A's IP and Port