<div dir="ltr"><div><div><div><font size="4">i have the following two pipelines, each of which , is supposed to play the role of sender and receiver, on two different machines with two different IPs, to facilitate a bi-directional speech over a Wi-Fi network.<br>
<br><b>RECEIVER:</b><br>gst-launch-1.0 udpsrc port=5000 ! "application/x-rtp,media=(string)audio, clock-rate=(int)44100, encoding-name=(string)L16, channels=(int)2, payload=(int)96" ! rtpL16depay ! audioconvert ! alsasink    <br>
<br><b>SENDER:</b><br>gst-launch-1.0 -v  alsasrc ! audioconvert ! audio/x-raw,channels=2,depth=16,width=16,rate=44100 ! rtpL16pay ! udpsink host=192.168.1.123 port=5000</font><br><br></div><div><font size="4">This works if i execute both pipes on both machines manually( considering the correct IP address).<br>
</font></div><div><font size="4"><br></font></div><font size="4">But in my scenario one of the machines is just hanging out and doing nothing(machine A) . And the other machine( machine B) would be trying to call machine A ( granted both machine IPs are known to one another).<br>
</font></div><font size="4"><br></font></div><font size="4">Would it be doable in Gstrreamer to notify machine A that machine B is trying to call it ( establish a UDP socket connection) having a known IP?</font><br clear="all">
<div><div><div><div><div><br>-- <br><b><font color="#000099">Mit freundlichen Grüßen / Kind Regards</font></b><div><b><font color="#000099">Fereydoon Vahidi</font></b></div><div><b><font color="#000099"><br></font></b></div>
<div><b><font color="#000099"><br></font></b></div><div><b><font color="#000099" size="1">Hochschule Darmstadt </font></b></div><div><b><font color="#000099" size="1">University of Applied Sciences(FH_Da)</font></b></div>
<div><b><font color="#000099" size="1">Mobil: 0176-2 78 3 79 95</font></b></div>
</div></div></div></div></div></div>