quiniouben / vban

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

Problem with Jack #55

Open Francesco-Rugg opened 4 years ago

Francesco-Rugg commented 4 years ago

When i run vban_emitter I can recive straming on my laptop but the audio that I recive is stuttening. I also try to run vban_emitter -i IP Address -p 6980 -s Name -d server i got this error vban_emitter version 2.1.0

ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM server Fatal: alsa_open: ipen error: no such file or directory Error: audio_set_strea_config: could not open backend with new config

why? Thank you all

NeroBurner commented 4 years ago

I think the jack backend is rarely used and not very well tested

quiniouben commented 4 years ago

Well, about the pasted error messages, I can see you try to use the alsa backend, with a device name "server", and alsa complains it doesn't exist. About the jack backend, @NeroBurner is unfortunetaly quite right: I dislike the way it is implemented, and I know it has some weakness, but I only had 3 questions on it in 5 years.