Closed IvanZamora closed 5 months ago
Thanks for opening this issue, a maintainer will get back to you shortly!
@IvanZamora You need to provide the actual IP address of the both machines pair wise to make connection. This makes no sense that It can't work between windows, linux or macOS.
Change as two pair must have different address="X.X.X.X"
and port="5454"
, also, netgear_async and netgear are two different APIs, and are not compatible.
Issue guidelines
Issue Checklist
Describe your Question
I am trying to use a client-server architecture, using NetGear to get the video from the webcam, I have 4 scripts where 2 that act as client/server works on Linux but not on Windows and the other 2 scripts work on Windows but not on Linux, plus my goal is to connect the client and server independently of the OS.
Between Linux client and Windows server they don't connect, if I try Windows client with Linux server, they don't connect either.
Terminal log output(Optional)
No response
Python Code(Optional)
VidGear Version
0.3.2
Python version
3.10
Operating System version
Ubuntu 20.04.6 LTS and Windows 11
Any other Relevant Information?
No response