quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Error: socket_open: unable to bind socket #73

Open antoine-2beco opened 3 years ago

antoine-2beco commented 3 years ago

Hye, I've got this error when I try to launch the VBAN receptor on my Raspberry Pi 3 Model B who is connected with on WIFI. I triedwith those commandes : vban_receptor -i 10.0.0.2 -p 6980 -s Stream1 -b jack vban_receptor -i 10.0.0.2 -p 6980 -s Stream1 -b alsa

And I get this error : Error: socket_open: unable to bind socket

image

Thank you for help Good day

Knyffen commented 2 years ago

I get the same error message if I try to run two receptors on the same socket. (So the first works, but then the socket is blocked when the second instance tries to bind the socket.) I don't know your setup (and not much about this project either), but have you tested if it works using another socket? Maybe you have another program running that also uses socket 6980.