Re: [LAU] Receiving multiple inputs over network uzing zita-n2j

From: Ben Bell <bjb-linux-audio-user@email-addr-hidden>
Date: Sun Oct 07 2018 - 10:37:50 EEST

Hi,

This should work, and checking here it seems fine:
 bjb@rowlf [3] zita-n2j --chan 1 $HOST 5000 --buff 65
 Waiting for info packet...
 bjb@rowlf [4] zita-n2j --chan 1 $HOST 5001 --buff 65
 Waiting for info packet...
 bjb@rowlf [6] jack_lsp |grep zita
 zita-n2j:out_1
 zita-n2j-01:out_1
 bjb@rowlf [7] zita-n2j --version
 zita-n2j-0.1.1

Stupid question first: are you sure you've nothing else running on port
5001? It's UDP, which might confuse you if you assume TCP.

 bjb@rowlf [12] sudo lsof -n |grep 'UDP.*5001'
 zita-n2j 11763 bjb 12u IPv4 245419447 0t0 UDP 192.168.100.21:5001

bjb

On Sat, Oct 06, 2018 at 10:01:13PM -0700, ahmethungari wrote:
> Hi everyone,
>
> I'm trying to set a single laptop to receive two different inputs over
> network from two other computers. So, there are two sender computers and one
> receiver. I'm trying to use zita-njbridge.
>
> On sender computers I run
>
> sender1 $ zita-j2n --chan 1 192.168.1.5 5000
> sender2 $ zita-j2n --chan 1 192.168.1.5 5001
>
> And on receiver computer I try to run
>
> receiver $ zita-n2j --chan 1 192.168.1.5 5000 --buff 65
> receiver $ zita-n2j --chan 1 192.168.1.5 5001 --buff 65
>
> And the second zita-n2j comand gives an error
> "Address already in use"
>
> I thought having two different port numbers for different senders would
> allow me to run zita-n2j twice on the same computer, but apparently I was
> wrong. Is there any possibility to do so?
>
> I can also accept zita-njbridge alternatives as an answer. All I want to do
> is to receive two (or more) sources over network on a single computer and
> then mix them.
>
>
>
> --
> Sent from: http://linux-audio.4202.n7.nabble.com/linux-audio-user-f5.html
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@lists.linuxaudio.org
> https://lists.linuxaudio.org/listinfo/linux-audio-user
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sun Oct 7 12:15:01 2018

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2018 - 12:15:01 EEST