@andro_marian The TCP connection is established which allows you to change the volume etc. but the UDP packets transporting the audio data don’t reach the phone.
Right now, it’ll work only if you can do port forwarding on both the PC’s network router and phone’s one.
If you connect your phone to your PC:
- On your PC’s router, redirect TCP 59100 to the PC’s IP address
- On your phone’s router, redirect UDP 59100 to the phone’s IP address
Saying that, I couldn’t make it work with this setup:
- Both the PC and the phone on the same network
- Set port redirections as stated above
- Try to connect the phone to the PC via the network’s WAN address
It didn’t work because the desktop app receives a connection coming from the router’s local IP address (e.g: 192.168.1.1 or 192.168.1.254) instead of the network’s WAN IP. Thus, it sends UDP packets to the router which drops them I guess.
It works fine using Tailscale though.
You’ll have make to do with the above info or use Tailscale/a VPN for the moment.
The feature request is tracked here