Hi have trouble connecting my phone to my pc
OS : cachy
phone: Poco F5
phone can see pc but cant connect
pc dont see phone at all
im trying to connect via usb
error: cant connect or somthing is blocking connection
I connect to the Internet using a USB cable between my PC and my phone.
@marat20060 Would you mind posting the result of ifconfig of both devices? Maybe AudioRelay is somehow displaying the wrong IP.
Could you try to run ping on each other?
If the phone sees the PC, it means that UDP packets on ports 59200 reaches the phone.
When connecting, it tries to establish a TCP connection on port 59100. Since that doesn’t work, maybe there’s a firewall on your PC preventing the connection?
You could also try the latest early access build from Announcements - AudioRelay. There has been improvements on the networking part.
Hey Im Also having the same issue as him on CachyOS the app on PC doesnt even detect my phone on the Server section (I want to use my phone as Mic) this used to work when i was On Kali linux (debian based) but now on cachy (Arch based) it no longer wants to work i tried the phone as speakers and It didnt want to connect untill i enabled the TCP 59100 port via sudo ufw allow 59100/tcp then it allowed me to connect on my pc i can only connect by typing the ip manually and then it doesnt even send audio to the virtual mic nor give me any latency or buffer on the pc app
The app also needs to receive audio over UDP via the port 59100. So, would running something like sudo ufw allow 59100/udp help? (Or whatever is the appropriate command if that’s not it)