NeuralNine / vidstream

Streaming video data via networks
https://pypi.org/project/vidstream/
MIT License
267 stars 149 forks source link

ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it #24

Open KrynixOfficial opened 1 year ago

KrynixOfficial commented 1 year ago

I get this error every time i try to connect to a public IP adress, even 127.0.0 doesn't work, I'm trying to make it to work so anyone can use it but so far it only works with private IP adresses

leestarb commented 1 year ago

Works on my machine. Try re-checking your IP and ensure you opened port on your receiving machine. Also, localhost is 127.0.0.1

Dyl777 commented 5 months ago

Facing the same issue