-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ImageZMQ works with remote servers not on the same network? #75
Comments
Hi @Ebdulmomen1, Yes, multiple senders to a receiver on another network works fine. I use multiple senders and multiple networks in my own Yin Yang Ranch setup. I suggest you do your testing of senders and receiver on one network, then expand testing to a 2nd network, etc. Here is a sequence that I have found to be helpful:
Port forwarding and setting firewall ports for in and out can be quite challenging. Every network combination is different, but a way through can be found if you have IP addresses and ports set up correctly. Always test with the smallest possible sending and receiving programs before make your programs more complex. Let me know if you try this and run into difficulties. Also, if you have additional questions, show me a snippet of your sending and receiving code that show whether you are using REQ/REP or PUB/SUB. Jeff |
Hi Jeff, thank you for the detailed answer, I did some tests and got it working using ssh tunneling by Ngrok(since I don't have a public IP), I will share the complete example with a detailed description of my case when I find some time if you would like maybe you could even add it to the docs for people who want to get it working on different networks even though their ISP doesn't offer a public IP (I'm in Iraq, this is a common case), Thank you again! |
Hi @Ebdulmomen1, thanks for the update. I would appreciate your sharing a complete example description when you have time. I will definitely include it in the imageZMQ docs. I think it would work well to have it be a separate document titled "Using imageZMQ with external networks and firewalls" with a link to it in "Additional Documentation and Examples" section of the main |
@Ebdulmomen1 any update on how you manage to use imageZMQ with external networks and firewalls? Thanks |
Hi Jeff, hope you're doing well, I wondered if I could stream video from multiple clients to a remote server on another network?
The text was updated successfully, but these errors were encountered: