<div dir="ltr"><div>







<p class="">hi all</p><p class="">We are developing a video chatting app using GStreamer. We have been able to send and receive videos using the following pipelines(one system is iOS simulator in Xcode and other is ubuntu).</p>
<p class=""><br></p>
<p class="">On mac we are using :</p>
<p class=""><span class="">pipeline</span><span class=""> = </span><span class="">gst_parse_launch</span><span class="">(</span><span class="">"videotestsrc ! video/x-raw,width=640,height=480 ! x264enc ! h264parse ! rtph264pay ! udpsink host=192.168.100.3 port=5000 udpsrc port=9078 caps=\"application/x-rtp,payload=96,encoding-name=H264\" ! queue ! rtph264depay ! h264parse ! decodebin ! autovideosink"</span><span class="">, &error);</span></p>
<p class="">On ubuntu we are using: <br></p>
<p class="">gst-launch-1.0 udpsrc port=5000 caps=\"application/x-rtp, payload=96, encoding-name=H264\" ! queue ! rtph264depay ! h264parse ! decodebin ! autovideosink videotestsrc ! video/x-raw,width=640,height=480 ! x264enc ! h264parse ! queue ! rtph264pay ! udpsink host=192.168.100.4 port=9078</p>
<p class="">The problem that we are facing is that no audio is received at either end.</p>
<p class="">Also we wanted to ask that there is a time lag of 4-6 sec in the videos, which for a real time application, is too high. How can we remove this delay?</p><p class="">Please help. <br></p></div>-- <br><div class="gmail_signature"><div dir="ltr">Regards,<div><br></div><div>Apurv Saraf<br></div></div></div>
</div>