I used video chat pro ActiveX [from this site][1] .
I did like the same in [tutorial video][2] .
With local ip adress (192.x.x.x) it's work. but when i put public ip adress, don't work
axVideoChatReceiver1.ReceiveAudioStream = true;
axVideoChatReceiver1.ReceiveVideoStream = true;
axVideoChatReceiver1.Listen(193.x.x.x, 1234);
What is wrong here?
Thanks in advance
[1]: http://www.viscomsoft.com/products/videochatpro/index.html
[2]: https://www.youtube.com/watch?v=8eX_UxxlwEY